From f88321cafdfc8b710b1a3495b0eb290038007439 Mon Sep 17 00:00:00 2001 From: dinkel Date: Thu, 4 Jun 2015 09:12:58 -0700 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345d812..b682b3d 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This python module generates javascript that interacts with the [Dygraphs](http: Currently the *PyDyGraphs* module depends on [Pandas](http://pandas.pydata.org/) to generate a JSON representation of the data for plotting. This required dependancy may be removed with future work. [Pandas](http://pandas.pydata.org/) can be installed via [pip](https://pypi.python.org/pypi/pip). ## Example -Run the included example:examples/PyDyGraphTester.ipynb, or paste this code in an [Ipython Notebook](http://ipython.org/notebook.html) will generate an interactive timeseries plot: +Run the included example:examples/PyDyGraphTester.ipynb, or paste this code into an [Ipython Notebook](http://ipython.org/notebook.html) to generate an interactive timeseries plot: # Import pydygraphs and numpy import pydygraphs