Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ values. An example is if you are parsing a JSON, and want to validate it:
Installation
============

You can install Pipeline with `Composer`_ by by running ``composer require webbhuset/schema`` in your terminal or by manually adding ``"webbhuset/schena": "*"`` to your composer.json and running ``composer update webbhuset/schema``.
You can install Schema with `Composer`_ by by running ``composer require webbhuset/schema`` in your terminal or by manually adding ``"webbhuset/schena": "*"`` to your composer.json and running ``composer update webbhuset/schema``.

.. _Composer: https://getcomposer.org/

Expand Down