From d2155e78c7d5b89342b90d26aff5f7df5e847648 Mon Sep 17 00:00:00 2001 From: José Carlos Nieto Date: Sat, 6 Oct 2012 16:19:19 -0500 Subject: Typos. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3