From 5004381669c29736fe25eb95115fd5feaa9b9849 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 2 Jun 2015 12:06:15 +0100 Subject: [PATCH] README.md: add links to javascript documentation Signed-off-by: Brendan Le Foll --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1454808..900c4cb 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,4 @@ The Python documentation is available [here](http://iotdk.intel.com/docs/master/ NodeJS API documentation =========== -There is no explicit nodejs API documentation, see the examples. The API itself -is very similar to the python one but with a js syntax. If you know of an -autodoc tool for generating nodejs APIs from a native C++ nodejs extension -please get in touch! +The Javascript documention is available [here](http://iotdk.intel.com/docs/master/mraa/node/modules/mraa.html)