Skip to content

Commit

Permalink
Fixing badly formatted frustration avoidance tip in section 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yevster committed Feb 1, 2020
1 parent 066d011 commit 69cac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-build-a-simple-spring-boot-microservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The microservice that we create in this guide is [available here](simple-microse

To create our microservice, we will use [https://start.spring.io/](https://start.spring.io/) via the command line.

>💡__Note:__ All subsequent commands in this workshop should be run from the same directory, except where otherwise indicated via `cd` commands. If you are using the provided Docker container, this directory should be `/lab`.
>💡 __Note:__ All subsequent commands in this workshop should be run from the same directory, except where otherwise indicated via `cd` commands. If you are using the provided Docker container, this directory should be `/lab`.
```bash
curl https://start.spring.io/starter.tgz -d dependencies=web -d baseDir=simple-microservice -d bootVersion=2.1.9.RELEASE | tar -xzvf -
Expand Down

0 comments on commit 69cac53

Please sign in to comment.