Fix formation in heading in README.md

Now the title of this file is rendered correctly.
This commit is contained in:
Stefano Probst 2017-05-29 17:24:07 +02:00 committed by GitHub
parent 04f8235c43
commit 76104f80aa

View File

@ -1,4 +1,4 @@
#[Kalman and Bayesian Filters in Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python)
# [Kalman and Bayesian Filters in Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python)
Introductory text for Kalman and Bayesian filters. All code is written in Python, and the book itself is written using Juptyer Notebook so that you can run and modify the code in your browser. What better way to learn?