Skip to content

Commit adf39d8

Browse files
committed
Update README.md
1 parent b57f700 commit adf39d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If want all your log output to be disabled, and if you are initialising the Adju
121121

122122
```cs
123123
string appToken = "{YourAppToken}";
124-
string environment = AdjustEnvironment.Sandbox;
124+
AdjustEnvironment environment = AdjustEnvironment.Sandbox;
125125

126126
AdjustConfig config = new AdjustConfig(appToken, environment, true);
127127
config.setLogLevel(AdjustLogLevel.Suppress);

0 commit comments

Comments
 (0)