From 8c538ba56185dd8a218e6da06f88320d6346eff0 Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Thu, 16 Mar 2017 10:14:19 +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 f01ac49..798c0a7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Swift implementation of Conventional Kalman Filter algorithm ## Motivation: [Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter) is a widely applied algorithm to get a more accurate guess in noisy environment. It has a lot of applications in real life such as guidance, navigation -control for vehicles, etc. **Although I used it is mostly used to filter GPS data, this framework doesn't have a +control for vehicles, etc. **Although it is mostly used to filter GPS data, this framework doesn't have a ready-to-use solutions that work with GPS and is more general implementation of algorithm.** ## Example of usage