Update README.md

now deployment should be from the public folder, just like surge
This commit is contained in:
MatyiFKBT
2019-06-18 12:42:03 +02:00
committed by Conduitry
parent cf3acc2a56
commit acf40fd181

View File

@@ -47,6 +47,7 @@ npm install -g now
Then, from within your project folder: Then, from within your project folder:
```bash ```bash
cd public
now now
``` ```