Skip to content

Commit 6a2e71c

Browse files
Merge pull request #156 from thomasmckay/README
corrected README typo for --port
2 parents 239515b + 87a09f5 commit 6a2e71c

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
@@ -84,7 +84,7 @@ grunt ngdocs:view
8484

8585
After executing this tasks you'll be able to access the documentation at [http://localhost:8000/](http://localhost:8000/). If a different port is desired, it may be specified on as an option:
8686
```shell
87-
grunt ngdocs:view --port:8002
87+
grunt ngdocs:view --port=8002
8888
```
8989

9090
## Releasing

0 commit comments

Comments
 (0)