Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/globant-ui/arialinter
Browse files Browse the repository at this point in the history
  • Loading branch information
eabait committed Mar 27, 2013
2 parents 8e065da + 84e0048 commit 9b0231c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -29,13 +29,19 @@ grunt.initConfig({
files: [
'https://www.google.com/',
'<!doctype html><html lang="en"><head><title>titulo test</title></head><body style="background-color: white;"> <h1 style="color: black;">hola</h1><img src="asdf.jpg" alt="woop" /> <div class="entry"> <p>{{title}}</p> <h2>By {{author.name}}</h2> <div class="body">{{body}}</div></div> </body> </html>'
]
],
options: {
templates: true,
levels: 'A'
}
}
});

grunt.registerTask('default', ['arialinter']);
```

Note: If you dont specify a level, it will run for all the levels.

### Nodejs

You can also use it with nodejs like a regular library
Expand Down

0 comments on commit 9b0231c

Please sign in to comment.