File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Very simple implementation of feature flags for FastAPI.
88## Installing
99To 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_
4444When needed you can reload all feature flags with ` reload_feature_flags ` ,
4545this 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,
4848so you can see the paths in swagger-ui docs.
4949Use ` 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
You can’t perform that action at this time.
0 commit comments