From 7f26b07be1cf2cd5d8a27cd8e042462b95b4c4c6 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Thu, 28 Sep 2023 07:32:28 +0200 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ea4449c..cfe43c4 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ You can then continue with: Supported CityJSON versions --------------------------- -Currently it supports `CityJSON v2.0 `_, but v1.1 and v1.0 files can be upgraded automatically with the operator `upgrade`. +Currently it supports `CityJSON v2.0 `_, but v1.1 and v1.0 files can be upgraded automatically with the operator upgrade`. The operators (``cjio --version``) expect that your file is using the latest version `CityJSON schema `_. If your file uses an earlier version, you can upgrade it with the ``upgrade`` operator: ``cjio old.json upgrade save newfile.city.json``