Skip to content

Commit

Permalink
Reword JS section
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand committed Apr 27, 2016
1 parent 1c08db8 commit e3b84c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -92,11 +92,11 @@ By default, Deadweight uses `http://localhost:3000` as the base URL for all path
What About Stuff Added by Javascript?
-------------------------------------

Deadweight is completely dumb about any classes, IDs or tags that are only added by your Javascript layer, but you can filter them out by setting `ignore_selectors`:
Deadweight is completely ignorant of classes, IDs or tags added by your Javascript layer, but you can filter them out by setting `ignore_selectors`:

dw.ignore_selectors = /hover|lightbox|superimposed_kittens/

The command-line tool also has basic support for [Lyndon](http://github.com/defunkt/lyndon) with the `-L` flag, which simply pipes all HTML through the `lyndon` executable.
The command-line tool also has basic support for [Lyndon](http://github.com/defunkt/lyndon) with the `-L` flag, which simply pipes all HTML through the `lyndon` executable to execute any embedded or linked JS.

You Can Use Mechanize for Complex Stuff
---------------------------------------
Expand Down

0 comments on commit e3b84c4

Please sign in to comment.