Skip to content

Commit

Permalink
Readme: update ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
lolmaus committed Sep 30, 2017
1 parent 5d0ce3a commit f863d74
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
* [sort](#sort)
* [move](#move)
* [Page object components](#page-object-components)
* [Importing page object components](#importing-page-object-components)
* [Including page object components into your page objects](#including-page-object-components-into-your-page-objects)
* [Extending the dragSortList page object component](#extending-the-dragsortlist-page-object-component)
* [Extending the dragSortItem page object component](#extending-the-dragsortitem-page-object-component)
* [Providing the drag handle selector](#providing-the-drag-handle-selector)
* [Sorting the dragSortList page object component](#sorting-the-dragsortlist-page-object-component)
* [Development](#development)
* [Do not use npm, use yarn](#do-not-use-npm-use-yarn)
Expand All @@ -43,6 +48,7 @@




## About

A drag'n'drop sortable list addon.
Expand Down Expand Up @@ -490,7 +496,7 @@ Additionally, **both page object components offer the following properties and m



#### Including page object components into your page objects
#### Including page object components into your page objects

Here's how you include `dragSortList` into your page object:

Expand Down

0 comments on commit f863d74

Please sign in to comment.