We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d73520e + a632fa9 commit a2fcaf0Copy full SHA for a2fcaf0
README.md
@@ -99,7 +99,7 @@ To download a specific version of a project:
99
$ mergin --username john download --version v42 john/project1 ~/mergin/project1
100
```
101
102
-To download a sepecific version of a single file:
+To download a specific version of a single file:
103
104
1. First you need to download the project:
105
setup.py
@@ -16,7 +16,7 @@
16
platforms="any",
17
install_requires=[
18
"python-dateutil==2.8.2",
19
- "pygeodiff==2.1.2",
+ "pygeodiff==2.2.0",
20
"pytz==2022.1",
21
"click==8.1.3",
22
],
0 commit comments