1
0
Fork 0

Before/After -> Old/New

[skip ci]
This commit is contained in:
Alan Plum 2016-06-16 11:37:27 +02:00
parent 00e69f3f52
commit 96b14e2c8f
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ Previously Foxx distinguished between `exports` and `controllers`, each of which
The easiest way to migrate services using multiple exports and/or controllers is to create a separate entry file that imports these files:
Before (manifest.json):
Old (manifest.json):
```json
{
@ -42,7 +42,7 @@ Before (manifest.json):
}
```
After (manifest.json):
New (manifest.json):
```json
{
@ -50,7 +50,7 @@ After (manifest.json):
}
```
After (index.js):
New (index.js):
```js
'use strict';