Skip to content

Commit d162d90

Browse files
authored
Readme: fix TOC links
1 parent e58c251 commit d162d90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Functional methods like forEach, map, filter, and other Array methods for Object
1717

1818
[filter](https://github.com/tjmehta/object-loops#filter)
1919

20-
[findKey](https://github.com/tjmehta/object-loops#findKey)
20+
[findKey](https://github.com/tjmehta/object-loops#findkey)
2121

2222
[find](https://github.com/tjmehta/object-loops#find)
2323

24-
[forEach](https://github.com/tjmehta/object-loops#forEach)
24+
[forEach](https://github.com/tjmehta/object-loops#foreach)
2525

2626
[keys](https://github.com/tjmehta/object-loops#keys)
2727

28-
[keysIn](https://github.com/tjmehta/object-loops#keysIn)
28+
[keysIn](https://github.com/tjmehta/object-loops#keysin)
2929

30-
[mapKeys](https://github.com/tjmehta/object-loops#mapKeys)
30+
[mapKeys](https://github.com/tjmehta/object-loops#mapkeys)
3131

3232
[map](https://github.com/tjmehta/object-loops#map)
3333

@@ -37,7 +37,7 @@ Functional methods like forEach, map, filter, and other Array methods for Object
3737

3838
[values](https://github.com/tjmehta/object-loops#values)
3939

40-
[valuesIn](https://github.com/tjmehta/object-loops#valuesIn)
40+
[valuesIn](https://github.com/tjmehta/object-loops#valuesin)
4141

4242
# Usage
4343

0 commit comments

Comments
 (0)