Skip to content

Commit eb1cf02

Browse files
authored
Merge pull request #510 from obatabba/enhancement/README.md
Fix typos in README.md file
2 parents c15b2af + a3b2373 commit eb1cf02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -369,16 +369,14 @@ To get an overview of how Render deployment works, we recommend reading this fir
369369

370370
There's a current deployment that can be found here - <https://django-styleguide.hacksoft.io/>
371371

372-
**Files related to Heroku deployment:**
372+
**Files related to Render deployment:**
373373

374374
1. `render.yaml`
375375
- Describes the setup. Also known as [Render Blueprint](https://render.com/docs/blueprint-spec)
376376
1. `docker/*_entrypoint.sh`
377377
- Entrypoint for every different process type.
378378
1. `docker/production.Dockerfile`
379379
- Dockerfile for production build.
380-
1. `requirements.txt`
381-
- Heroku requires a root-level `requirements.txt`, so we've added that.
382380

383381
### AWS ECS
384382

@@ -412,7 +410,7 @@ build:
412410
run: ruff check .
413411
```
414412

415-
4. Last but not least, we highly recommend you to setup you editor to run `ruff` every time you save a new Python file.
413+
4. Last but not least, we highly recommend you to setup your editor to run `ruff` every time you save a new Python file.
416414

417415
In order to test if your local setup is up to date, you can either:
418416

0 commit comments

Comments
 (0)