From 509ed9f45cee487f80db857272065b19ef670101 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 10 Sep 2014 17:18:01 -0700 Subject: [PATCH] nats.io link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d6f49f3..185d759d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gnatsd [![Build Status](https://travis-ci.org/apcera/gnatsd.svg?branch=master)](http://travis-ci.org/apcera/gnatsd) [![Coverage Status](https://img.shields.io/coveralls/apcera/gnatsd.svg)](https://coveralls.io/r/apcera/gnatsd) -A High Performance [NATS](https://github.com/derekcollison/nats) Server written in [Go.](http://golang.org) +A High Performance [NATS](https://nats.io) Server written in [Go.](http://golang.org) ## Usage @@ -100,9 +100,9 @@ Run `go help` for more guidance, and visit for tutorials, presentations, references and more. -## Nats client libraries +## Client libraries -There are several client language bindings. +There are several client language bindings for NATS. - [Go](https://github.com/apcera/nats) - [Java](https://github.com/tyagihas/java_nats) - [Java - Spring](https://github.com/mheath/jnats)