Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit 755d841

Browse files
authored
remove 'run' from yarn command in readme (#15)
1 parent b0a0db0 commit 755d841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To get started:
2929
npm run serve
3030

3131
# Using Yarn
32-
yarn run serve
32+
yarn serve
3333
```
3434

3535
Now you should be able to see the project running at localhost:8080.
@@ -47,7 +47,7 @@ To build an optimized version of your CSS, simply run:
4747
npm run production
4848

4949
# Using Yarn
50-
yarn run production
50+
yarn production
5151
```
5252

5353
After that's done, check out `./public/build/tailwind.css` to see the optimized output.

0 commit comments

Comments
 (0)