From d158d41f8c7f90abf9cd41300adfaccf2cab1ddc Mon Sep 17 00:00:00 2001 From: mfornos Date: Fri, 21 Aug 2015 14:48:16 +0200 Subject: [PATCH] Small typo fix... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d3a43b..f41b613 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ A curated list of Microservice Architecture related principles and technologies. ### Go - [Gin](http://gin-gonic.github.io/gin/) - Web framework written in Golang. -- [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise.. +- [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise. - [Kite](https://github.com/koding/kite) - Microservice framework in Go. - [Martini](http://martini.codegangsta.io/) - Classy web development in Go. - [Micro](https://github.com/myodc/micro) - A microservice toolchain in Go.