Skip to content

Commit db742b4

Browse files
formatting issues in GETTING_STARTED.md
1 parent e6d4519 commit db742b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/GETTING_STARTED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arkiv SDK Python Snippets
22

3-
## Hello World
3+
## Hello World
44

55
```python
66
from arkiv import Arkiv
@@ -39,7 +39,7 @@ proposal_key, _ = client.arkiv.create_entity(
3939
print("Proposal key:", proposal_key)
4040
```
4141

42-
## Cast Votes
42+
## Cast Votes
4343

4444
```python
4545
voter = client.eth.default_account # type: ignore
@@ -123,7 +123,7 @@ filter_extended = client.arkiv.watch_entity_extended(on_extended, from_block="la
123123
# client.arkiv.cleanup_filters()
124124
```
125125

126-
## Watch Live
126+
## Extend Proposal Lifetime
127127

128128
```python
129129
receipt = client.arkiv.extend_entity(proposal_key, number_of_blocks=2000)

0 commit comments

Comments
 (0)