aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-06-21 23:50:10 -0500
committerDavid Barksdale <amatus@amatus.name>2014-06-21 23:50:10 -0500
commitd0f509d1ac3ede48cddb71198e6db2cbd671d00c (patch)
treeb59248fdc7ab69179185d659a2c3ffe9d1153705 /README.md
parent1d17b04c74e37719fd8e7c2f89c48cc50ee3321f (diff)
Build gnunet-service-cadet and run it
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 484880b..b580c93 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Roadmap
* gnunet-service-core.js - Done.
* gnunet-service-nse.js - Done, PoW not persistent yet.
* gnunet-service-dht.js - Done.
- * gnunet-service-cadet.js - To do.
+ * gnunet-service-cadet.js - Done.
* gnunet-service-datastore.js - To do.
* Needs an [indexedDB] backend plugin.
* gnunet-service-fs.js - To do.
@@ -47,7 +47,7 @@ What You Can Do Now
1. Execute `lein run`
2. Open http://localhost:3000/gnunet.html
-Each GNUnet service running in its own [Web Worker] thread. The APIs used by
+Each GNUnet service is running in its own [Web Worker] thread. The APIs used by
the services to schedule tasks, communicate with each other, and load plugins
are implemented as emscripten js libraries.