Skip to content

Commit

Permalink
README: Move Atom package lower on the list.
Browse files Browse the repository at this point in the history
Because the Atom package is technically deprecated (and make note of this).

Also fix typo in a comment.
  • Loading branch information
dmitshur committed Jun 15, 2016
1 parent 1750be6 commit b0700cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,10 +29,10 @@ usage: markdownfmt [flags] [path ...]
Editor Plugins
--------------

- [markdown-format](https://atom.io/packages/markdown-format) for Atom.
- [vim-markdownfmt](https://github.com/moorereason/vim-markdownfmt) for Vim.
- [emacs-markdownfmt](https://github.com/nlamirault/emacs-markdownfmt) for Emacs.
- Built-in in Conception.
- [markdown-format](https://atom.io/packages/markdown-format) for Atom (deprecated).
- Add a plugin for your favorite editor here?

Alternatives
Expand Down
2 changes: 1 addition & 1 deletion markdown/main.go
Expand Up @@ -424,7 +424,7 @@ func doubleSpace(out *bytes.Buffer) {
}
}

// terminalStringWidth returns width of s, takint into account possible ANSI escape codes
// terminalStringWidth returns width of s, taking into account possible ANSI escape codes
// (which don't count towards string width).
func terminalStringWidth(s string) (width int) {
width = runewidth.StringWidth(s)
Expand Down

0 comments on commit b0700cd

Please sign in to comment.