Skip to content

Commit

Permalink
Named as gohn
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal committed Aug 3, 2017
1 parent c9de700 commit caac936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
go-text-hatena
gohn
y.output
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,6 +1,6 @@
# go-text-hatena
# gohn

go-text-hatena is a parser for Hatena Notation (a.k.a. はてな記法).
gohn (Hatena Notation parser written in Go) is a parser for Hatena Notation (a.k.a. はてな記法).

**:warning: This software is like a sketch. API or any design may change without notice.**

Expand Down
2 changes: 1 addition & 1 deletion cli.go
Expand Up @@ -7,7 +7,7 @@ import (
"io"
"os"

"github.com/aereal/go-text-hatena/parser"
"github.com/aereal/gohn/parser"
)

const Name string = "text-hatena"
Expand Down

0 comments on commit caac936

Please sign in to comment.