Skip to content

Commit b8e03c9

Browse files
committed
-rename titles
1 parent cad2274 commit b8e03c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $ tflocal apply
217217
What we're doing here is just passing an environmental variable to let the Lambda
218218
know this is the `dev` environment.
219219

220-
### Running the backend
220+
### Starting the backend
221221

222222
After that, the Spring Boot application needs to start using the dev profile (make sure you're in
223223
the
@@ -226,6 +226,7 @@ root folder):
226226
```
227227
$ mvn spring-boot:run -Dspring-boot.run.profiles=dev
228228
```
229+
### Using the application
229230

230231
Go back to `localhost:3000` and a new list will be available; notice that the functionalities of
231232
the application have not changed.

0 commit comments

Comments
 (0)