1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: rename variable for consistency purposes (#1507)

This commit is contained in:
sjaanus 2022-04-25 11:21:18 +03:00 committed by GitHub
parent 14694fdf04
commit a1f28ef56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ First we must add Unleash Client SDK as a dependency to your project. Below is a
Next we must initialize a new instance of the Unleash Client. Next we must initialize a new instance of the Unleash Client.
```java ```java
UnleashConfig unleashConfig = UnleashConfig.builder() UnleashConfig config = UnleashConfig.builder()
.appName("my.java-app") .appName("my.java-app")
.instanceId("your-instance-1") .instanceId("your-instance-1")
.environment(System.getenv("APP_ENV")) .environment(System.getenv("APP_ENV"))