Skip to content

Commit

Permalink
fix(readme): correct application.yaml example
Browse files Browse the repository at this point in the history
related to CAM-13996
  • Loading branch information
jonathanlukas authored Oct 8, 2021
1 parent f979ba1 commit 7d21f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-starter/starter-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You need this dependency to get started:
You can configure the Camunda Platform Runtime REST API endpoint and other properties in the `application.yml` file:

```yaml
org.camunda.bpm.client:
camunda.bpm.client:
base-url: http://localhost:8080/engine-rest
subscriptions:
creditScoreChecker:
Expand Down

0 comments on commit 7d21f2a

Please sign in to comment.