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

Commit 697eade

Browse files
committed
Update README.md
1 parent 5ee4410 commit 697eade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Set your API key and you're ready to go!
1111
```python
1212
>>> import optimizely
1313
>>> optimizely.api_key = 'abcdefghijklmnopqrstuvwxyz:123456'
14-
>>> optimizely.Project.all()
14+
>>> optimizely.Project.list()
1515
[
1616
{
1717
"code_revision": 8,
@@ -46,4 +46,4 @@ Set your API key and you're ready to go!
4646
"account_id": 555650815
4747
}
4848
]
49-
```
49+
```

0 commit comments

Comments
 (0)