From 1cc32f625931e255f545ea86234209458383547b Mon Sep 17 00:00:00 2001 From: Asim Date: Sun, 14 Feb 2016 01:22:37 +0000 Subject: [PATCH] strip platform services out of readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6c79626b..225fec32 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,10 @@ Project | Description [greeter](https://github.com/micro/micro/tree/master/examples/greeter) | A greeter service (includes Go, Ruby, Python examples) [geo-srv](https://github.com/micro/geo-srv) | Geolocation tracking service using hailocab/go-geoindex [geo-api](https://github.com/micro/geo-api) | A HTTP API handler for geo location tracking and search -[discovery-srv](https://github.com/micro/discovery-srv) | A discovery in the micro platform [geocode-srv](https://github.com/micro/geocode-srv) | A geocoding service using the Google Geocoding API [hailo-srv](https://github.com/micro/hailo-srv) | A service for the hailo taxi service developer api -[monitor-srv](https://github.com/micro/monitor-srv) | A monitoring service for Micro services [place-srv](https://github.com/micro/place-srv) | A microservice to store and retrieve places (includes Google Place Search API) [slack-srv](https://github.com/micro/slack-srv) | The slack bot API as a go-micro RPC service -[trace-srv](https://github.com/micro/trace-srv) | A distributed tracing microservice in the realm of dapper, zipkin, etc [twitter-srv](https://github.com/micro/twitter-srv) | A microservice for the twitter API [user-srv](https://github.com/micro/user-srv) | A microservice for user management and authentication