Skip to content

Commit 5266e95

Browse files
Update README.md
1 parent 3696b43 commit 5266e95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AVIS Engine Python API
2-
A Python API Implemented for AVIS Engine(Autonomous Vehicles Intelligent simulation Software).
2+
A Python API implemented for AVIS Engine(Autonomous Vehicles Intelligent Simulation Software).
33

44
# Changelog (Simulator)
55
### - 2.1.0 (-Not Released: Planned for March, 2023)
@@ -65,7 +65,7 @@ A Python API Implemented for AVIS Engine(Autonomous Vehicles Intelligent simulat
6565

6666
# Installation
6767
## Simulator
68-
The Simulator is accessible from AVIS Engine Website.
68+
The Simulator is accessible from AVIS Engine website.
6969
| Simulator |
7070
|---|
7171
|[Download Version 1.2.0](https://AVISEngine.com) |
@@ -80,13 +80,13 @@ git clone https://github.com/AvisEngine/AVIS-Engine-Python-API
8080
Everything is ready to drive your simulated car.
8181

8282
## Requirements
83-
install requirements using the command below
83+
Install requirements using the command below
8484

8585
pip install -r requirements.txt
8686

8787
## Simulator
8888
Actually the most important thing you have to install is the simulator. It's your car and you have to drive it.
89-
The Simulator is the *'Server'* part of the Communication.
89+
The simulator is the *'Server'* part of the communication.
9090

9191
# Drive!
9292
Open up the simulator and make sure it's running correctly as you run it.
@@ -176,7 +176,7 @@ car = AVISEngine.car()
176176
```
177177

178178

179-
Replace the server "Server IP" and "port" with yours here. and Now you're connected to the Simulator.
179+
Replace the server "Server IP" and "port" with yours here. and Now you're connected to the simulator.
180180

181181
``` python
182182
car.connect("127.0.0.1", 25001)

0 commit comments

Comments
 (0)