From 76104f80aaa8f67db87e1213f54e7ba80619b6df Mon Sep 17 00:00:00 2001 From: Stefano Probst Date: Mon, 29 May 2017 17:24:07 +0200 Subject: [PATCH] Fix formation in heading in README.md Now the title of this file is rendered correctly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6470254..b62c9de 100644 --- a/README.md +++ b/README.md @@ -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?