Skip to content

Commit a379d47

Browse files
committed
Fix readme
1 parent 12d1c37 commit a379d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This will add the scilla_parser dependency to Cargo.toml as specified in the ins
1616

1717
# Usage
1818
This library parses the s-expression of a contract. There are two options:
19-
1. Use `Contract::from_path` and pass a contract path. This function will automatically call `scilla-fmt` through docker to generate the s-expression needed to parsed the contract.
19+
1. Use `Contract::from_path` and pass a contract path. This function will automatically call `scilla-fmt` through docker to generate the s-expression needed to parse the contract.
2020
2. Parse a string (slice) to a contract. The string is supposed to have the s-expression of a contract.
2121

2222
## To parse a Scilla file:

0 commit comments

Comments
 (0)