Browse Source

fixed typo in readme

master
mort 8 years ago
parent
commit
21e391385c
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      package.json

+ 1
- 1
README.md View File

@@ -23,7 +23,7 @@ On the server side:
console.log("Request for "+req.url);
console.log(req.data);

req.respond({
req.reply({
msg: "No."
});
});

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "socksugar",
"version": "0.3.2",
"version": "0.3.3",
"description": "Websockets with sugar on top.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save