Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jex authored and Jex committed Apr 27, 2015
1 parent d8edad6 commit dd9e381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ r.js -o build-config.js
```javascript
var parse = require('regulex').parse;
var re = /var\s+([a-zA-Z_]\w*);/ ;
console.log(parse(re));
console.log(parse(re.source));
```

#### Visualize
Expand Down

0 comments on commit dd9e381

Please sign in to comment.