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:
parent
14694fdf04
commit
a1f28ef56d
@ -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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user