Skip to content

Commit

Permalink
fix: Readme code example spaces (#56)
Browse files Browse the repository at this point in the history
Fix readme code example indentation
  • Loading branch information
zhukaihan authored Feb 5, 2025
1 parent 95a71e4 commit 0c57df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from amplitude_experiment import Experiment, RemoteEvaluationConfig, RemoteEvalu
# (1) Get your deployment's API key
apiKey = 'YOUR-API-KEY'

# (2) Initialize the experiment remote evaluation
# (2) Initialize the experiment remote evaluation
experiment = Experiment.initialize_remote(api_key)

# (3) Fetch variants for a user
Expand Down

0 comments on commit 0c57df0

Please # to comment.