Skip to content

Commit

Permalink
Name mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Cicali committed Sep 27, 2012
1 parent 7d3da0e commit 1386dce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,7 +52,7 @@ Run the jecho server with -h to read about a couple of options it accepts.
Insert a JavaScript script tag in the page which you want to enhance with jecho:

```html
<script src="http://<jecho server ip address >/jecho.js"></script>
<script src="http://<jecho server ip address and port>/jecho.js"></script>
<script>
jecho.log("Hello from the jecho client!");
</script>
Expand All @@ -75,4 +75,4 @@ Credits

Claudio Cicali <claudio.cicali@gmail.com>

[wcauchois](https://github.com/wcauchois/websocket-fallback) who provided the nice wrapper for the WebSockets fallback
[wcauchois](https://github.com/wcauchois/websocket-fallback) who provided the nice wrapper for the WebSockets fallback
2 changes: 1 addition & 1 deletion bin/jecko → bin/jecho
Expand Up @@ -41,7 +41,7 @@ if (program.info) {
console.log("\njecho is a remote JavaScript debugger");
console.log("\nThe author is Claudio Cicali <claudio.cicali@gmail.com>");
console.log("\nThe github repository is https://github.com/claudioc/jecho");
console.log("\nIn your web page: <script src=\"http://<the jecho server IP address - not 127.0.0.1>/jecho.js\"></script>");
console.log("\nIn your web page: <script src=\"http://<the jecho server IP address and port - not 127.0.0.1>/jecho.js\"></script>");
console.log("\nThanks for using jecho.\n");
process.exit(0);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jecho",
"version": "0.1.0",
"version": "0.1.2",
"description": "JavaScript remote web debugging tool",
"author": "Claudio Cicali <claudio.cicali@gmail.com>",
"main": "jecho.js",
Expand Down

0 comments on commit 1386dce

Please sign in to comment.