Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
parro-it committed Jul 22, 2016
1 parent b122fe5 commit 644e471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install --save bash-parser

you get this AST:

```
```js
{
type: 'list',
andOrs: [{
Expand All @@ -36,7 +36,7 @@ you get this AST:
'foo',
{
type: 'io_redirect',
op: ',
op: '>',
file: 'file.txt'
}
]
Expand Down

0 comments on commit 644e471

Please sign in to comment.