replace slc with lb

connect to strongloop-internal/scrum-loopback#1437

replace slc usage with lb
This commit is contained in:
ivy ho 2017-02-01 20:36:01 -05:00 committed by GitHub
parent 69d1459ecc
commit 3f40170719
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ app.use('/explorer', explorer(app, options);
app.use('/explorer', explorer.routes(app, options));
```
In applications scaffolded by `slc loopback`, the idiomatic way is to register
In applications scaffolded by `lb app`, the idiomatic way is to register
loopback-component-explorer in `server/component-config.json`:
```json
@ -90,7 +90,7 @@ explorer(app, {
}));
app.use('/custom-api-root', loopback.rest());
```
In applications scaffolded by `slc loopback`, you can edit the `server/component-config.json`:
In applications scaffolded by `lb app`, you can edit the `server/component-config.json`:
```json
{