From 05de3aa23584a58ee678afa2cb977d01483a1fe5 Mon Sep 17 00:00:00 2001 From: Alejandro Cremades Date: Thu, 19 Jan 2023 05:09:01 +0900 Subject: [PATCH] Corrected yarn instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 200d97b..45886e5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the frontend for [HENKAKU Nengajo](https://nengajo.henkaku.org/). It is First, install the dependencies: ```bash -yarn install +yarn ``` Second, run the development server: