From b1b86d8f28f806224b3a0294d7a9ca36864ef98a Mon Sep 17 00:00:00 2001 From: rhutaba Date: Thu, 13 Sep 2018 12:09:16 +0900 Subject: [PATCH] fix_typo_in_doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4eadafe..b7714a13 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ brew cask install whalebird ### Linux You can download `.deb` or `.rpm` from [release page](https://github.com/h3poteto/whalebird-desktop/releases). -If you do not want to use package manager, please download `.tar.bz2` file and docompress it. +If you do not want to use the package manager, please download `.tar.bz2` file and decompress it. Or please install the app from [snapcraft.io](https://snapcraft.io/whalebird). @@ -100,7 +100,7 @@ $ npm run dev 2. Next, add your language to constants like [French](https://github.com/h3poteto/whalebird-desktop/blob/master/src/constants/language.js#L10-L13). 3. Finally, add your language at [here](https://github.com/h3poteto/whalebird-desktop/blob/master/src/renderer/components/Preferences/Language.vue#L37). -If there is something unknown, please refer this pull request: https://github.com/h3poteto/whalebird-desktop/pull/502 +If there is something unknown, please refer to this pull request: https://github.com/h3poteto/whalebird-desktop/pull/502 # License