Skip to content

Commit 209a852

Browse files
authored
Update README.md
1 parent afd7391 commit 209a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Interact with the Smart Contract on [Starkscan!](https://sepolia.starkscan.co/co
1616
```
1717

1818
## Contract Interface
19-
There are the list of functions to interact with
19+
These are the list of functions to interact with
2020
```cairo
2121
fn register_item(ref self: TContractState, item_name: ByteArray);
2222
fn unregister_item(ref self: TContractState, item_name: ByteArray);

0 commit comments

Comments
 (0)