Skip to content

Commit

Permalink
Fix typos in the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrousseau authored Feb 9, 2024
1 parent 8b74d2a commit 8a0530f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Zou, the Kitsu API is the memory of your animation production
-------------------------------------------------------------

The Kitsu API allows to store and manage the data of your animation/VFX
production. Through it you can link all the tools of your pipeline and make
production. Through it, you can link all the tools of your pipeline and make
sure they are all synchronized.

A dedicated Python client, `Gazu <https://gazu.cg-wire.com>`_, allows users to
Expand All @@ -18,19 +18,18 @@ Features

Zou can:

- Store production data, such as projects, shots, assets, tasks, metadata files,
and validations.
- Store production data, such as projects, shots, assets, tasks, and file metadata.
- Track the progress of your artists
- Store preview files and version them
- Provide folder and file paths for any task
- Import and Export data to CSV files
- Publish an event stream of changes

Installation and documentation
Installation and Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Installation of Zou requires the setup of third-party tools such as a database
instance, so it is recommended to the follow the documentation:
instance, so it is recommended to follow the documentation:

`https://zou.cg-wire.com/ <https://zou.cg-wire.com>`__

Expand All @@ -46,8 +45,8 @@ contract <https://rfc.zeromq.org/spec:42/C4>`__ is respected.
Zou is based on Python and the `Flask <http://flask.pocoo.org/>`__
framework.

You can use the pre-commit hook for Black (a python code formatter) before
commiting:
You can use the pre-commit hook for Black (a Python code formatter) before
committing:

.. code:: bash
Expand Down Expand Up @@ -80,7 +79,7 @@ Contributors
About authors
~~~~~~~~~~~~~

Kitsu is written by CGWire, a company based in France. We help animation and
Kitsu is written by CGWire, a company based in France. We help with animation and
VFX studios to collaborate better through efficient tooling. We already work
with more than 70 studios around the world.

Expand Down

0 comments on commit 8a0530f

Please sign in to comment.