diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-03-30 13:51:51 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-04-02 16:16:01 +0900 |
commit | 008f34053c87650c83946874980fa97179267149 (patch) | |
tree | 436e7a1a0eb4208a845b9bc710253af16e344f15 /tools/spell-check/README.md | |
parent | 79d264bfb008370a6af7ff42dc3962d0bf1ddf63 (diff) |
*.md: Improvements for markdownlint
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'tools/spell-check/README.md')
-rw-r--r-- | tools/spell-check/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/spell-check/README.md b/tools/spell-check/README.md index 2b2800a6..299755ea 100644 --- a/tools/spell-check/README.md +++ b/tools/spell-check/README.md @@ -1,11 +1,11 @@ -# What's this? +# What's this This script is a spell checker for GoBGP's source codes. ## Requirements - [scspell3k](https://pypi.python.org/pypi/scspell3k): Spell checker for -source code written in Python. + source code written in Python. ```bash pip install scspell3k @@ -13,7 +13,7 @@ source code written in Python. ## How to use -Just run `scspell.sh ` +Just run `scspell.sh`. ```bash bash tools/spell-check/scspell.sh |