diff options
author | Dennis Durling <djdtahoe@gmail.com> | 2018-01-18 10:26:15 -0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-01-19 06:39:44 +0900 |
commit | 52770785bd2c9b77744ace2a2e2092132b534406 (patch) | |
tree | 3aba5ee871b41dcf163e093e056b09016daf1370 /docs | |
parent | 32e6e98ca4ee44f1ea42f94a245571ffbd38c695 (diff) |
docs: fix typo in README
is, not in
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index cdd8ba83..ef829a1e 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -7,7 +7,7 @@ Route Server), this example gives you the basics of GoBGP usage. ## Prerequisites -You need to install [Go 1.7 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. +You need to install [Go 1.7 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` is included in your `$PATH`. ## Installing GoBGP |