Skip to content

Commit

Permalink
Fix README.md numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
s3ththompson authored Jul 13, 2017
1 parent 1b35cf6 commit 374d524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Usage: newwork <command> [options]

1. Open the site with a web inspector such as Chrome DevTools Elements panel. Search for an HTML element that will change when the site is updated. The could be a thumbnail on the homepage, a menu of projects, or a blog post element.

![guide](https://user-images.githubusercontent.com/970121/28145836-3ed2cde2-672a-11e7-8e17-cd7c2b097aed.jpg)
![guide](https://user-images.githubusercontent.com/970121/28145836-3ed2cde2-672a-11e7-8e17-cd7c2b097aed.jpg)

1. Specify a jQuery selector that will return the chosen element. For example, a link element inside a thumbnail with the class `thumb` may be referenced by the selector `.thumb a`. Only the first matched element will be used.

Expand Down

0 comments on commit 374d524

Please sign in to comment.