typo fix
authorAJ ONeal <aj@therootcompany.com>
Sat, 4 Jul 2020 07:59:16 +0000 (07:59 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sat, 4 Jul 2020 07:59:16 +0000 (07:59 +0000)
node/README.md

index c5a6835b9e7b984af61d11fc8fabf37658b5afe2..4c90abd16584a8177231406ccad9f605135bb004 100644 (file)
@@ -63,7 +63,7 @@ app.use('/', function (req, res, next) {
   res.end("Hello, World!");
 });
 
-module.exports = app;</code></pre>
+module.exports = app;
 ```
 
 `server.js`: