From 18ccbbc644ab3e2d274086fb2a558504e3d7cb7c Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Sat, 6 Feb 2016 12:26:18 +0100 Subject: [PATCH] Oops! g comes before i :P --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cf37b4cc..1de120b87 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ You can access these pages on your computer using one of the following clients: - [Dart client](https://github.com/hterkelsen/tldr): `pub global activate tldr` - [Elixir client](https://github.com/tldr-pages/tldr_elixir_client) (binaries not yet available) - [Emacs client](https://github.com/kuanyui/tldr.el) +- [Go client](https://github.com/pranavraja/tldr): `go get github.com/pranavraja/tldr` (or [platform binaries](https://github.com/pranavraja/tldr/releases)) - iOS clients: - [tldr-man-page](https://github.com/freesuraj/TLDR), available on [App Store](https://appsto.re/sg/IQ0-_.i) - [tldr-pages](https://github.com/mflint/ios-tldr-viewer), available on [App Store](https://itunes.apple.com/us/app/tldt-pages/id1071725095?ls=1&mt=8) -- [Go client](https://github.com/pranavraja/tldr): `go get github.com/pranavraja/tldr` (or [platform binaries](https://github.com/pranavraja/tldr/releases)) - [Node.js client](https://github.com/tldr-pages/tldr-node-client) : `npm install -g tldr` - [Perl5 client](https://github.com/shoichikaji/perl-tldr): `cpanm App::tldr` - Python clients: @@ -64,7 +64,7 @@ You can access these pages on your computer using one of the following clients: - [tldr-rs](https://github.com/dbrgn/tldr-rs) (offline caching, not yet published) - [Web client](https://github.com/ostera/tldr.jsx): https://ostera.github.io/tldr.jsx -There is also a comprehensive [list of clients in Wiki](https://github.com/tldr-pages/tldr/wiki/TLDR-clients). +There is also a comprehensive [list of clients in our Wiki](https://github.com/tldr-pages/tldr/wiki/TLDR-clients). ## Contributing