Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 91c09dd

Browse files
authored
1 parent 29aa605 commit 91c09dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The number of project types which Netlify Dev can detect is growing, but if your
9191
9292
#sample dev block in the toml
9393
[dev]
94-
cmd = "yarn start" # Command to start your dev server
94+
command = "yarn start" # Command to start your dev server
9595
port = 3000 # Port that the dev server will be listening on
9696
publish = "dist" # Folder with the static content for _redirect file
9797
```

0 commit comments

Comments
 (0)