Browse Source

fixed readme typo

master
mortie 7 years ago
parent
commit
0fb65610a7
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      README.md
  2. 1
    1
      package.json

+ 2
- 2
README.md View File

@@ -121,8 +121,8 @@ app.transform("sass", "text/css", (path, writeStream) => {
try {
var str = fs.readFileSync(path, "utf8");
} catch (err) {
ws.status = 404;
return ws.error(err);
writeStream.status = 404;
return writeStream.error(err);
}

try {

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "webframe",
"version": "0.4.0",
"version": "0.4.1",
"description": "Web framework.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save