We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151ece4 commit 92af665Copy full SHA for 92af665
README.md
@@ -17,9 +17,9 @@ It installs/removes/updates typing stubs via following commands:
17
18
## Usage examples
19
20
-- `poetry types add SQLAlchemy` adds `types-SQLAlchemy` to your project
21
-- `poetry types update` adds `types-SQLAlchemy` if `SQLAlchemy` is present, but not `types-SQLAlchemy`
22
-- `poetry types update` removes `types-SQLAlchemy` if `types-SQLAlchemy` is present, but not `SQLAlchemy`
+- `poetry types add openpyxl` adds `openpyxl` to your project
+- `poetry types update` adds `types-openpyxl` if `openpyxl` is present, but `types-openpyxl` is not
+- `poetry types update` removes `types-openpyxl` if `types-openpyxl` is present, but `openpyxl` is not
23
24
## Installation
25
0 commit comments