Skip to content

Commit 0c57df0

Browse files
authored
fix: Readme code example spaces (#56)
Fix readme code example indentation
1 parent 95a71e4 commit 0c57df0

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
@@ -22,7 +22,7 @@ from amplitude_experiment import Experiment, RemoteEvaluationConfig, RemoteEvalu
2222
# (1) Get your deployment's API key
2323
apiKey = 'YOUR-API-KEY'
2424

25-
# (2) Initialize the experiment remote evaluation
25+
# (2) Initialize the experiment remote evaluation
2626
experiment = Experiment.initialize_remote(api_key)
2727

2828
# (3) Fetch variants for a user

0 commit comments

Comments
 (0)