projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0992237
)
typo fix
author
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 07:59:16 +0000
(07:59 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 07:59:16 +0000
(07:59 +0000)
node/README.md
patch
|
blob
|
history
diff --git
a/node/README.md
b/node/README.md
index c5a6835b9e7b984af61d11fc8fabf37658b5afe2..4c90abd16584a8177231406ccad9f605135bb004 100644
(file)
--- a/
node/README.md
+++ b/
node/README.md
@@
-63,7
+63,7
@@
app.use('/', function (req, res, next) {
res.end("Hello, World!");
});
-module.exports = app;
</code></pre>
+module.exports = app;
```
`server.js`: