Skip to content

Commit 2f84937

Browse files
Add table of contents
1 parent 2f314b0 commit 2f84937

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
Manage complex object keys in depth.
66

7+
## Table of contents
8+
9+
- [json-object-keys | ⚠️ WIP ⚠️](#json-object-keys--️-wip-️)
10+
- [Table of contents](#table-of-contents)
11+
- [Install](#install)
12+
- [Quickstart](#quickstart)
13+
- [Remove an unique key](#remove-an-unique-key)
14+
- [Remove multiple keys](#remove-multiple-keys)
15+
- [License](#license)
16+
717
## Install
818

919
```sh
@@ -12,7 +22,7 @@ npm install json-object-keys
1222

1323
## Quickstart
1424

15-
### Remove a unique key
25+
### Remove an unique key
1626

1727
```ts
1828
import { remove } from 'json-object-keys'

0 commit comments

Comments
 (0)