From 9cddbfde81a56c2b56f6a71da3473f45c2e19179 Mon Sep 17 00:00:00 2001 From: lkylych Date: Mon, 9 Jul 2018 17:30:31 -0700 Subject: [PATCH] Minor changes in README.md Feature -> Features This is a Python code collection of robotics algorithms, especially autonomous navigation. -> This is a collection of Python implementation of robotics algorithms, especially for autonomous navigation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ba33ac1..a8baf806 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ Python codes for robotics algorithm. # What is this? -This is a Python code collection of robotics algorithms, especially autonomous navigation. +This is a collection of Python implementation of robotics algorithms, especially for autonomous navigation. -Feature: +Features: 1. Widely used and practical algorithms are selected.