From 15de2dad7144c25fbeda5ab34dbb81c0bd8303c8 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sun, 14 Sep 2014 00:59:38 -0700 Subject: [PATCH] Added missing word. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c059746..e02ed10 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Introductory textbook for Kalman filters and Bayesian filters. All code is writt Reading Online ----- -You may access this book via nbviewer at any by using this address: +You may access this book via nbviewer at any time by using this address: [*Read Online Now*](http://nbviewer.ipython.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb) The quickest way to read the book is to read it online using the link above. The book is written as a collection of IPython Notebooks, an interactive, browser based system that allows you to combine text, Python, and math into your brower. The website http://nbviewer.org provides an IPython Notebook server that renders notebooks stored at github (or elsewhere). The rendering is done in real time when you load the book. If you read my book today, and then I make a change tomorrow, when you go back tomorrow you will see that change.