Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 7462c45

Browse files
author
Andy Harris
committed
fix README
2 parents 9f8015c + 697eade commit 7462c45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Set your API key and you're ready to go!
1111
```python
1212
>>> import optimizely
1313
>>> optimizely.api_key = 'abcdefghijklmnopqrstuvwxyz:123456'
14+
1415
>>> projects = optimizely.Project.list()
1516
>>> projects
1617
[<Project object with ID: 12345>]
@@ -23,4 +24,4 @@ Set your API key and you're ready to go!
2324
>>> my_project.project_name
2425
u'My Project (Updated)'
2526

26-
```
27+
```

0 commit comments

Comments
 (0)