Skip to content

Commit

Permalink
fix: corrected grammar typos in program usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang authored and naddison36 committed Aug 14, 2022
1 parent 4001a18 commit dece32d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Usage: sol2uml class <fileFolderAddress> [options]
Generates UML diagrams from Solidity source code.
If no file, folder or address is passes as the first argument, the working folder is used.
If no file, folder or address is passed as the first argument, the working folder is used.
When a folder is used, all *.sol files are found in that folder and all sub folders.
A comma separated list of files and folders can also used. For example
A comma separated list of files and folders can also be used. For example
sol2uml contracts,node_modules/openzeppelin-solidity
If an Ethereum address with a 0x prefix is passed, the verified source code from Etherscan will be used. For example
Expand Down
4 changes: 2 additions & 2 deletions lib/sol2uml.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/ts/sol2uml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ program
Generates UML diagrams from Solidity source code.
If no file, folder or address is passes as the first argument, the working folder is used.
If no file, folder or address is passed as the first argument, the working folder is used.
When a folder is used, all *.sol files are found in that folder and all sub folders.
A comma separated list of files and folders can also used. For example
A comma separated list of files and folders can also be used. For example
sol2uml contracts,node_modules/openzeppelin-solidity
If an Ethereum address with a 0x prefix is passed, the verified source code from Etherscan will be used. For example
Expand Down

0 comments on commit dece32d

Please sign in to comment.