Skip to content

Commit

Permalink
Fix doc table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizz committed Nov 11, 2017
1 parent a186c25 commit 9878782
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -49,19 +49,19 @@ const prevCar = {

- [Getting started](#getting-started)
- [Usage](#usage)
- [Recomended](#usage)
- [Using Object.assign](#using-objectassign)
- [Using your own merge](#using-your-own-merge)
- [Understand the patch](#understand-the-patch)
- [Recomended](#usage)
- [Using Object.assign](#using-objectassign)
- [Using your own merge](#using-your-own-merge)
- [Understand the patch](#understand-the-patch)
- [API](#api)
- [interface patch](#interface-patch--do-object-undo-object-)
- [function diff](#function-diff-from-object-array-to-object-array--patch)
- [function patch](#function-patch-from-object-array-diff-patch-array-boolean-clean-boolean--object-array)
- [interface patch](#interface-patch--do-object-undo-object-)
- [function diff](#function-diff-from-object--array-to-object--array--patch)
- [function patch](#function-patch-from-object--array-diff-patch-array-boolean-clean-boolean--object--array)
- [Recipes](#recipes)
- [Operation type](#operation-type)
- [Array time traveling](#array-time-traveling)
- [Objects equality](#objects-equality)
- [Object copy](#object-copy)
- [Operation type](#operation-type)
- [Array time traveling](#array-time-traveling)
- [Objects equality](#objects-equality)
- [Object copy](#object-copy)
</details>

## Getting started
Expand Down

0 comments on commit 9878782

Please sign in to comment.