Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil committed Dec 25, 2023
1 parent 12d1c37 commit a379d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This will add the scilla_parser dependency to Cargo.toml as specified in the ins

# Usage
This library parses the s-expression of a contract. There are two options:
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.
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.
2. Parse a string (slice) to a contract. The string is supposed to have the s-expression of a contract.

## To parse a Scilla file:
Expand Down

0 comments on commit a379d47

Please sign in to comment.