Skip to content

Commit 765fc1e

Browse files
committed
Update README.md
1 parent 635d9a2 commit 765fc1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Authentication and quick use
4242

4343
test::
4444

45+
```
4546
import priority_matrix
4647
4748
pm = PM("https://sync.appfluence.com/api/v1/", "your_access_token")
@@ -50,3 +51,4 @@ Authentication and quick use
5051
pm.project("project_name").item("item_name").name = "New item name"
5152
print pm.project("project_name").item("item_name").name
5253
print pm.project("project_name").item("item_name").id
54+
```

0 commit comments

Comments
 (0)