Skip to content

Commit

Permalink
Fix typos in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
grafov committed Feb 5, 2019
1 parent 88304d3 commit b107196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ to setup `go-mode` and helper tools for working with code in a comfortable way.

## Features

* work under [go-mode](https://github.com/dominikh/go-mode.el) with all you plugins installed (like autocompletion, linters and so on)
* playground files saved in the subdirectory under GOPATH that helps you keep library of useful snippets
* it works under [go-mode](https://github.com/dominikh/go-mode.el) with all you plugins installed (like autocompletion, linters and so on)
* the playground files saved in the subdirectory under GOPATH that helps you keep library of useful snippets
* it could split the code into arbitrary number of files
* could import any external packages from your GOPATH
* use vendored packages in your snippet dir
* it could import any external packages from your GOPATH
* uses vendored packages in your snippet dir

## Install

Expand Down

0 comments on commit b107196

Please sign in to comment.