Skip to content

Commit 03e8209

Browse files
authored
Fix reference tags in README
1 parent eda62eb commit 03e8209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Typesafe string enums in TypeScript.
1010
* [Usage](#usage)
1111
- [Creating and using enums](#creating-and-using-enums)
1212
- [Additional functions](#additional-functions)
13-
- [Enum.isType(enum, value)](#enum-istype-enum-value)
14-
- [Enum.keys(enum)](#enum-keys-enum)
15-
- [Enum.values(enum)](#enum-values-enum)
16-
- [Enum.ofKeys(object)](#enum-ofkeys-object)
13+
- [Enum.isType(enum, value)](#enumistypeenum-value)
14+
- [Enum.keys(enum)](#enumkeysenum)
15+
- [Enum.values(enum)](#enumvaluesenum)
16+
- [Enum.ofKeys(object)](#enumofkeysobject)
1717
* [Motivation](#motivation)
1818
- [Why not built-in enums?](#why-not-built-in-enums)
1919
- [Why not string literals?](#why-not-string-literals)

0 commit comments

Comments
 (0)