Skip to content

Commit 4697c1e

Browse files
authored
Merge pull request #83 from camunda-community-hub/jonathanlukas-patch-1
Update README.md
2 parents b55cde6 + 1dfb964 commit 4697c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ And finally, if you're using a SaaS environment, just use the **SaaSAuthenticati
3434
```java
3535
JwtConfig jwtConfig = new JwtConfig();
3636
jwtConfig.addProduct(Product.TASKLIST, new JwtCredential("clientId", "clientSecret", "tasklist.camunda.io", "https://login.cloud.camunda.io/oauth/token"));
37-
Authentication auth = SaaSAuthentication.builder().jwtConfig(jwtConfig).build();
37+
Authentication auth = SaaSAuthentication.builder().withJwtConfig(jwtConfig).build();
3838
```
3939

4040
## Build your client

0 commit comments

Comments
 (0)