aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosé Carlos Nieto <xiam@menteslibres.org>2012-10-06 16:19:19 -0500
committerJosé Carlos Nieto <xiam@menteslibres.org>2012-10-06 16:19:19 -0500
commitd2155e78c7d5b89342b90d26aff5f7df5e847648 (patch)
tree345dffc95401d8e2b6f178ac9a7e6cb1d53c0090 /README.md
parentAdding README file. (diff)
downloadgotext-d2155e78c7d5b89342b90d26aff5f7df5e847648.tar.gz
gotext-d2155e78c7d5b89342b90d26aff5f7df5e847648.tar.xz
Typos.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 70b02e0..7216e1d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ The GNU C library. If you're using GNU/Linux, FreeBSD or OSX you should already
Just pull from the repository:
```sh
-$ go get github.com/gosexy/gettex
+% go get github.com/gosexy/gettext
```
## Usage
@@ -52,12 +52,15 @@ You can read ``gosexy/gettext`` documentation from a terminal
% go doc github.com/gosexy/gettext
```
-The original gettext documentation can be very useful too:
+Or you can [browse it](http://go.pkgdoc.org/github.com/gosexy/gettext) online.
+
+The original gettext documentation could be very useful as well:
```go
% man 3 gettext
```
-Or you can [browse it](http://go.pkgdoc.org/github.com/gosexy/gettext) online.
+Here's another [good tutorial][2] on using gettext.
[1]: http://www.gnu.org/software/gettext/
+[2]: http://oriya.sarovar.org/docs/gettext_single.html