Update README.md

This commit is contained in:
Asim Aslam
2020-10-06 19:02:38 +01:00
committed by GitHub
parent c7e6c6187c
commit 960eba3173

View File

@@ -1,11 +1,11 @@
# Idiomatic Service # Template Service
This is the Idiomatic service This is an example of a service template
Generated with Generated with
``` ```
micro new idiomatic micro new template
``` ```
## Getting Started ## Getting Started
@@ -16,7 +16,7 @@ micro new idiomatic
## Configuration ## Configuration
- Alias: idiomatic - Alias: template
## Dependencies ## Dependencies
@@ -44,10 +44,10 @@ make build
Run the service Run the service
``` ```
./idiomatic ./template
``` ```
Build a docker image Build a docker image
``` ```
make docker make docker
``` ```