From 3fb0b15e46859b09ac335b563182faa96ab6f638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20De=CC=81fago?= Date: Tue, 16 Apr 2024 13:41:27 +0200 Subject: [PATCH] docs: fix typos --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 25ee5ec..97f9d75 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,12 +30,12 @@ guide: [Authenticating with a personal access token](https://docs.github.com/en/ Clone this repository: ```shell -git clone https://github.com/SRGSSR/pillarbox-web-demo.git` +git clone https://github.com/SRGSSR/pillarbox-web-demo.git ``` Install the dependencies: ```shell -npm instal +npm install ``` Start the development server: