Skip to content

Commit b1f5232

Browse files
committed
Update CONTRIBUTING.md
1 parent dccb1e4 commit b1f5232

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
## Installation
66

77
- Running `npm install` in the components's root directory will install everything you need for development.
8-
- Running `npm install` in the `demo` directory will install everything you need to run a demo app locally.
8+
- Running `npm install` in the `example` directory will install everything you need to run a example app locally.
99

10-
## Demo Development Server
10+
## Example Development Server
1111

12-
- `npm start` from `demo` directory will run the component's demo app at [http://localhost:3000](http://localhost:3000)
12+
- `npm start` from `example` directory will run the component's example app at [http://localhost:3000](http://localhost:3000)
1313
with hot module reloading.
1414

1515
## Running Tests
@@ -23,4 +23,4 @@
2323
## Building
2424

2525
- `npm run build` will build the component for publishing to npm.
26-
- `npm run build` in the `demo` directory will build the demo app.
26+
- `npm run build` in the `example` directory will build the example app.

0 commit comments

Comments
 (0)