Skip to content

Commit 26ef37c

Browse files
authored
Merge pull request #23 from parthj732005/fix-readme-typos
Fix typos and improve wording in README.md
2 parents cc7e8f2 + aac100f commit 26ef37c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020

2121
This project was created to speed up the configuration of the development environment needed to develop Python-based web apps for new users of Python and [FastAPI](https://github.com/fastapi/fastapi).
2222

23-
This project was inspired by the `SpringBoot initializer` & Python Django's `django-admin` cli operation.
23+
This project was inspired by the `SpringBoot initializer` & Python Django's `django-admin` CLI operation.
2424

2525
## Key Features
2626

2727
- **⚡ Immediate FastAPI project creation** : Super-fast FastAPI workspace & project creation via CLI, inspired by `django-admin` feature of [Python Django](https://github.com/django/django)
28-
- **🎨 Prettier CLI outputs** : Beautiful CLI experience powered by [rich library](https://github.com/Textualize/rich)
29-
- **📋 Standards-based FastAPI project templates** : All FastAPI-fastkit templates are based on Python standards and FastAPI's common use patterns
28+
- **🎨 Prettier CLI output** : Beautiful CLI experience powered by [rich library](https://github.com/Textualize/rich)
29+
- **📋 Standards-based FastAPI project templates** : Templates follow Python standards and common FastAPI patterns.
3030
- **🔍 Automated template quality assurance** : Weekly automated testing ensures all templates remain functional and up-to-date
3131
- **🚀 Multiple project templates** : Choose from various pre-configured templates for different use cases (async CRUD, Docker, PostgreSQL, etc.)
3232
- **📦 Multiple package manager support** : Choose your preferred Python package manager (pip, uv, pdm, poetry) for dependency management
3333

3434
## Installation
3535

36-
Install `FastAPI-fastkit` at your Python environment.
36+
Install `FastAPI-fastkit` in your Python environment.
3737

3838
```console
3939
$ pip install FastAPI-fastkit
@@ -147,7 +147,7 @@ For detailed contribution guidelines, development setup, and project standards,
147147

148148
FastAPI-fastkit aims to provide a fast and easy-to-use starter kit for new users of Python and FastAPI.
149149

150-
This idea was initiated with the aim of helping FastAPI newcomers learn from the beginning, which aligns with the production significance of the FastAPI-cli package added with the [FastAPI 0.111.0 version update](https://github.com/fastapi/fastapi/releases/tag/0.111.0).
150+
This idea was initiated with the aim of helping FastAPI newcomers learn from the beginning, which aligns with the production significance of the FastAPI CLI package added with the [FastAPI 0.111.0 version update](https://github.com/fastapi/fastapi/releases/tag/0.111.0).
151151

152152
As someone who has been using and loving FastAPI for a long time, I wanted to develop a project that could help fulfill [the wonderful motivation](https://github.com/fastapi/fastapi/pull/11522#issuecomment-2264639417) that FastAPI developer [tiangolo](https://github.com/tiangolo) has expressed.
153153

0 commit comments

Comments
 (0)