From 27c4e94d201d31ed9f493e79bf3bb5b511f5ee73 Mon Sep 17 00:00:00 2001 From: Lorie Pisicchio Date: Thu, 19 Mar 2015 16:22:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec8fe62..f578ebe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Streamdata Javascript SDK package containing SDK, documentation and sample appli The SDK will allow you to use streamdata.io Proxy to get data from various sources, and use them in your application. In this directory, you will find - a minified version of the SDK (streamdataio.min.js) -- the documentation that will help you understand how it works +- the documentation that will help you understand how it works (doc) - some sample projects to show you how to use this SDK within a Javascript application, using your favorite JS stack - stockmarket sample shows how to get data from a demo data source returning simulated market data, and bind them to a simple UI using JQuery - stockmarket-angular is another version of stockmarket projet using AngularJS