Skip to content

Commit a540ac3

Browse files
authored
Update README.md for deployment instructions
1 parent 2acfba3 commit a540ac3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ git add -A
3131
git commit -m "commit message here"
3232
git push
3333
```
34-
34+
This will deploy the changes to the actual website on gh-pages:
35+
```
36+
npm run deploy
37+
```
3538

0 commit comments

Comments
 (0)