Explorar el Código

fixed typo in readme

master
mort hace 8 años
padre
commit
21e391385c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      README.md
  2. 1
    1
      package.json

+ 1
- 1
README.md Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar