diff --git a/README.md b/README.md index bad2341..6e43612 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Swipe only needs to follow a simple pattern. Here is an example: ``` -Above is the initial required structure– an unordered list wrapped in a containing div *(more on the `display:block/none` reasoning below)*. Place any content you want within the list items. The containing div will need to be passed to a new Swipe object like so: +Above is the initial required structure– a series of elements wrapped in two containers. An unordered list makes sense here, but this can be any combination of elements that has the same structure. *(more on the `display:block/none` reasoning below)*.Place any content you want within the items. The containing div will need to be passed to a new Swipe object like so: ``` js diff --git a/index.html b/index.html index 5f78066..58a1d4c 100644 --- a/index.html +++ b/index.html @@ -50,12 +50,29 @@