commit | a7500e2970dcb92be096f7f4fdda587acc487284 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Thu Feb 07 20:46:15 2013 -0800 |
committer | Jeff Thompson <jeff@thefirst.org> | Thu Feb 07 20:46:15 2013 -0800 |
tree | 2f3553e1b27f223bc0dd7595b7a73b47c1d707d7 | |
parent | 42682dc61be6c663c77dd8230240b6c85430de57 [diff] |
In the code example, remove the call to connectWebSocket since this isn't used anymore.
diff --git a/README b/README index 9515678..2d804c1 100644 --- a/README +++ b/README
@@ -78,7 +78,6 @@ A simple example of the current API to express an Interest and receive data: var ndn = new NDN(); // connect to a default hub/proxy -ndn.transport.connectWebSocket(ndn); var AsyncGetClosure = function AsyncGetClosure() { // Inherit from Closure.