From f5d6d424544ae8ba5916291e297799f537a8ffaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Bramst=C3=A5ng?= <22478173+JerryBra@users.noreply.github.com> Date: Tue, 13 Oct 2020 14:49:52 +0200 Subject: [PATCH] Update introduction.rst Fixed a typo. --- docs/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.rst b/docs/introduction.rst index 663d901..3960f2d 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -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/