Update docs for api->project rename.

This commit is contained in:
Michael Schoonmaker 2013-09-12 14:18:11 -07:00
parent 159eb0076c
commit 60af9c0402
1 changed files with 4 additions and 4 deletions

View File

@ -17,15 +17,15 @@ name. The default name is "loopback-workspace".
$ slc lb workspace my-loopback-workspace
```
#### api
#### project
Create a LoopBack application in a new directory within a workspace
Create a LoopBack application in a new directory within the current directory
using the given name. The name arg is required.
```sh
$ cd my-loopback-workspace
$ slc lb api my-app
$ slc run app
$ slc lb project my-app
$ slc run my-app
```
#### model