We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd7391 commit 209a852Copy full SHA for 209a852
README.md
@@ -16,7 +16,7 @@ Interact with the Smart Contract on [Starkscan!](https://sepolia.starkscan.co/co
16
```
17
18
## Contract Interface
19
-There are the list of functions to interact with
+These are the list of functions to interact with
20
```cairo
21
fn register_item(ref self: TContractState, item_name: ByteArray);
22
fn unregister_item(ref self: TContractState, item_name: ByteArray);
0 commit comments