Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Mar 4, 2017
1 parent 7ecddf9 commit b463b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -7,9 +7,11 @@ When the cursor is at the beginning of the list, previous will return focus to t

## As an example:

```
InfiniteZipper.safeFromList [1, 2, 3]
|> InfiniteZipper.next
|> InfiniteZipper.next
|> InfiniteZipper.next
|> InfiniteZipper.current
-- 1
```

0 comments on commit b463b4b

Please sign in to comment.