Skip to content

Commit 511e926

Browse files
committed
minor naming changes
1 parent 95d62f8 commit 511e926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# WebAPI Controllers
1+
# Web API Controllers
22

33
## Description
4-
API controller framework for FastAPI
4+
Simple Web API controller framework for FastAPI
55

66
## Example
77
```python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
[project.urls]
21-
Homepage = "https://github.com/codingflowdev/fast-api-controllers"
21+
Homepage = "https://github.com/codingflowdev/web-api-controllers"
2222

2323
[tool.hatch.build.targets.wheel]
2424
# Exclude app.py from the wheel distribution

0 commit comments

Comments
 (0)