Skip to content

Commit

Permalink
Merge pull request #1 from project-neon/fix/typo-n-import-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Raphael-AugustoG authored Mar 14, 2024
2 parents 07f3a70 + 798740a commit 9c92df6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NeonPathPlanning
Simplify autonomous navigation wit different path planning algorithms
Simplify autonomous navigation with different path planning algorithms


## Requirements
Expand All @@ -9,7 +9,7 @@ Simplify autonomous navigation wit different path planning algorithms
## Installation
Use the code below to install the package from PyPI:

`pip install pySSLVision`
`pip install NeonPathPlanning`


## Overview
Expand All @@ -23,11 +23,11 @@ Current implemented:
## Colaboration Guide
In order to colaborate with this repository, clone this repository:

`git clone https://github.com/project-neon/pySSLVision`
`git clone https://github.com/project-neon/NeonPathPlanning`

Open directory

`cd pySSLVision`
`cd NeonPathPlanning`

Then install dependencies

Expand All @@ -39,4 +39,4 @@ Finally, install the package


Remember to use the Project Neon guidelines to git:
https://github.com/project-neon/codestyleguide/blob/master/git.md
https://github.com/project-neon/codestyleguide/blob/master/git.md

0 comments on commit 9c92df6

Please sign in to comment.