Skip to content

Commit d089ef9

Browse files
committed
Merge pull request bergie#23 from sasezaki/fix-DNodeExample-link
fix link of "DNode examples"
2 parents 99081cc + 8ee0c54 commit d089ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For example:
2828
$ php examples/simple/client.php
2929
n = 3300
3030

31-
The examples have been written to be compatible with the [DNode examples](https://github.com/substack/dnode/tree/master/examples), meaning that you can use any combination of PHP-to-PHP, Node-to-Node, PHP-to-Node, or Node-to-PHP as you wish.
31+
The examples have been written to be compatible with the [DNode examples](https://github.com/substack/dnode/tree/master/example), meaning that you can use any combination of PHP-to-PHP, Node-to-Node, PHP-to-Node, or Node-to-PHP as you wish.
3232

3333
$ node simple/client.js
3434
n = 3300

0 commit comments

Comments
 (0)