Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Jun 25, 2018
1 parent ea4ea40 commit e2e6cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ When applying the above template, the user would be prompted to provide a value
### Applying the template

```
> meta template apply ./my-microservice ./new-microservice
> apply-template ./my-microservice ./new-microservice
Enter a value for 'MICROSERVICE_NAME': todolist-model-service
```

#### Specifying options
It's also possible to set variables when running the command
```
meta template apply templates/test-template --FULL_NAME="Patrick Scott"
apply-template templates/test-template --FULL_NAME="Patrick Scott"
```


Expand Down

0 comments on commit e2e6cb9

Please sign in to comment.