Skip to content

Commit dc6ed6f

Browse files
authored
docs: Update pip install instructions (#57)
Update pip install instructions Signed-off-by: Michael Beemer <[email protected]>
1 parent bfb13d7 commit dc6ed6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Each provider class may have further setup required i.e. secret keys, environmen
4242
Pip install
4343

4444
```bash
45-
pip install python-open-feature-sdk==0.0.4
45+
pip install openfeature-sdk==0.0.4
4646
```
4747

4848
requirements.txt
4949

5050
```bash
51-
python-open-feature-sdk==0.0.4
51+
openfeature-sdk==0.0.4
5252
```
5353

5454
```python

0 commit comments

Comments
 (0)