Skip to content

Commit e5f5e54

Browse files
authored
Update README.md
1 parent a36e653 commit e5f5e54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Very simple implementation of feature flags for FastAPI.
88
## Installing
99
To install the package from pip, first run:
1010
```bash
11-
pip install -U https://github.com/Pytlicek/fastapi-featureflags
11+
pip install -U https://github.com/Pytlicek/fastapi-featureflags/archive/refs/tags/0.0.1.zip
1212
```
1313

1414
## Usage
@@ -44,7 +44,7 @@ You can enable or disable functions on the fly with `enable_feature` or `enable_
4444
When needed you can reload all feature flags with `reload_feature_flags`,
4545
this is handy when you want to read and change features from URL fe.
4646

47-
For non-production testing, is there a router available,
47+
For non-production testing, a router is available,
4848
so you can see the paths in swagger-ui docs.
4949
Use `include_in_schema=False` when defining the router for public deployments
5050
```
@@ -56,4 +56,4 @@ app.include_router(ff_router)
5656
- Tests
5757
- Better rewrite of the main class
5858
- Packaging
59-
- FF from environments
59+
- FF from environments

0 commit comments

Comments
 (0)