From 2c8ade0b21480db6ca5f72fcd8d6a88e44003eb3 Mon Sep 17 00:00:00 2001 From: bserie Date: Tue, 16 May 2017 15:44:52 +0200 Subject: [PATCH] erf typo --- HowtoYarn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoYarn.md b/HowtoYarn.md index a5f4f4a1..93c56ceb 100644 --- a/HowtoYarn.md +++ b/HowtoYarn.md @@ -13,5 +13,5 @@ title: Howto Yarn # curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - # echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list # apt update -# apt install yan +# apt install yarn ~~~ \ No newline at end of file