Skip to content

Commit 53f23d3

Browse files
authored
Fix opds2 -> pyopds2 statement in README example
1 parent 9896f20 commit 53f23d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use this library, you must implement two key classes:
2727
### Example
2828

2929
```python
30-
from opds2 import Catalog, DataProvider, DataProviderRecord, Metadata, Link, SearchResponse
30+
from pyopds2 import Catalog, DataProvider, DataProviderRecord, Metadata, Link, SearchResponse
3131

3232
class MyRecord(DataProviderRecord):
3333
def metadata(self):
@@ -73,4 +73,4 @@ This library was inspired by [The Palace Project's OPDS implementation](https://
7373

7474
## License
7575

76-
AGPLv3 License. See `LICENSE` for details.
76+
AGPLv3 License. See `LICENSE` for details.

0 commit comments

Comments
 (0)