diff --git a/README.md b/README.md index 8be4bbb..e4aade6 100644 --- a/README.md +++ b/README.md @@ -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 +```