Update README.md (#35)

Fixed some typos.
This commit is contained in:
Siamak Khoubyari
2023-04-21 07:37:41 -07:00
committed by GitHub
parent cdb257a201
commit ef2e6a2b2c

View File

@@ -75,7 +75,7 @@ During this time, GPT iteratively builds your microservice until it finds a stra
Be aware that the costs you have to pay for openai vary between $0.50 and $3.00 per microservice (using GPT-4).
### Run Microservice
Run the microservice locally in docker. In case docker is not running on your machine, it will try to run it withouth docker.
Run the microservice locally in docker. In case docker is not running on your machine, it will try to run it without docker.
With this command a playground opens in your browser where you can test the microservice.
```bash
gptdeploy run --path <path to microservice>
@@ -520,7 +520,7 @@ graph TB
## 🔮 vision
Use natural language interface to generate, deploy and update your microservice infrastructure.
## ✨ Contributers
## ✨ Contributors
If you want to contribute to this project, feel free to open a PR or an issue.
In the following, you can find a list of things that need to be done.