We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9714eb commit b926dbfCopy full SHA for b926dbf
README.md
@@ -29,7 +29,7 @@ bootstrap code, using [express](http://expressjs.com/):
29
```js
30
var angularserver = require('angularjs-server');
31
var express = require('express');
32
-var express = require('fs');
+var fs = require('fs');
33
34
// The main index.html file for your application, that you'd normally serve to browsers to start the app.
35
// This should have any script tags for your application removed from it, as they will be added separately.
0 commit comments