We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8b6d8 commit bd61d09Copy full SHA for bd61d09
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# FastBoot Express Middleware
2
3
This middleware is a small wrapper around the
4
-[`fastboot`](https://github.com/ember-fastboot/fastboot) package, which
+[fastboot](https://github.com/ember-fastboot/fastboot) package, which
5
renders Ember.js apps in Node.js.
6
7
By adding this middleware to your Express app, you can serve HTML from a
@@ -78,3 +78,7 @@ fastboot.reload();
78
```
79
80
[ember-cli-fastboot]: https://github.com/ember-fastboot/ember-cli-fastboot
81
+
82
+## Tests
83
84
+`npm test`
0 commit comments