Skip to content

Commit cd8766f

Browse files
committed
Small fixes in the README
1 parent 96a7c98 commit cd8766f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ It is primarily used in [openZIM](https://github.com/openzim/) scrapers like [`s
1818
pip install libzim
1919
```
2020

21-
The [PyPI package](https://pypi.org/project/libzim/) is available for x86_64 macOS and GNU/Linux only. It bundles a [recent release](http://download.openzim.org/release/libzim/) of the C++ libzim.
21+
The [PyPI package](https://pypi.org/project/libzim/) is available for x86_64 macOS and GNU/Linux only. It bundles a [recent release](https://download.openzim.org/release/libzim/) of the C++ libzim.
2222

2323
On other platforms, you'd have to [compile C++ libzim from
2424
source](https://github.com/openzim/libzim) first then build this one, adjusting `LD_LIBRARY_PATH`.
2525

2626
## Contributions
2727

28-
``` sh
28+
```sh
2929
git clone [email protected]:openzim/python-libzim.git && cd python-libzim
3030
# python -m venv env && source env/bin/activate
3131
pip install -U setuptools invoke
@@ -95,7 +95,7 @@ class MyItem(Item):
9595
if self.fpath is not None:
9696
return FileProvider(self.fpath)
9797
return StringProvider(self.content)
98-
98+
9999
def get_hints(self):
100100
return {Hint.FRONT_ARTICLE: True}
101101

0 commit comments

Comments
 (0)