From ec81db0753f7583711fb799bb36eca15d6abb328 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 13 Jan 2021 13:36:55 +0000 Subject: [PATCH] update places readme --- places/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/places/README.md b/places/README.md index 36a8ef3..b79076a 100644 --- a/places/README.md +++ b/places/README.md @@ -1,19 +1,19 @@ -# Locations Service +# Places Service -This is the Locations service +The places service stores places of interest by geolocation Generated with ``` -micro new locations +micro new places ``` ## Usage -Locations makes use of postgres. Set the config for the database +Places makes use of postgres. Set the config for the database ``` -micro user config set locations.database "postgresql://postgres@localhost:5432/locations?sslmode=disable" +micro user config set places.database "postgresql://postgres@localhost:5432/locations?sslmode=disable" ``` Run the service