Skip to content

Commit

Permalink
Fix appFiles names
Browse files Browse the repository at this point in the history
  • Loading branch information
kratiahuja committed May 22, 2017
1 parent a2677c3 commit 2724a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ The server offers an [Express middleware][express] that can be integrated into a

```javascript
var server = new FastBootServer({
appFiles: [appFile, appFile-fastboot],
appFiles: [appFile, appFastBootFile],
vendorFiles: [vendorFile],
htmlFile: htmlFile,
ui: ui
Expand Down

0 comments on commit 2724a28

Please sign in to comment.