Merge pull request #202 from strongloop/doc-slc-2-lb

replace slc with lb
This commit is contained in:
Rand McKinney 2017-02-02 14:38:31 -08:00 committed by GitHub
commit ffb09f9d4d
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
{