Skip to content

Commit 7804916

Browse files
authored
Update README.md
1 parent ebc7c44 commit 7804916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![Build Status](https://travis-ci.org/ConsenSys/solidity-parser.svg?branch=master)](https://travis-ci.org/ConsenSys/solidity-parser)
22

33
## [consensys/solidity-parser](https://github.com/ConsenSys/solidity-parser) with project specific grammar rules
4-
Branches of this repo contain parsers that can interpret solidity files of <branch name> allowing you to run
5-
code analysis on contracts that use custom pre-processsing to deploy or run their tests.
4+
Branches of this repo contain parsers that can interpret solidity files of project `<branch name>`, allowing you to run
5+
code analysis on contract systems that use custom pre-processsing to deploy or run their tests.
66

77

88
### Branches
99

1010

1111
**Gnosis**:
12-
+ Uses interpolation, e.g. `{{Variable}}` to defer address assignments to contract Contructors until
12+
+ Uses interpolation, e.g. `{{Variable}}` to defer address assignments to contract contructors until
1313
the contracts execution context is known.
1414

1515

0 commit comments

Comments
 (0)