Skip to content

Commit

Permalink
Fix reference tags in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilipson authored May 22, 2017
1 parent eda62eb commit 03e8209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Typesafe string enums in TypeScript.
* [Usage](#usage)
- [Creating and using enums](#creating-and-using-enums)
- [Additional functions](#additional-functions)
- [Enum.isType(enum, value)](#enum-istype-enum-value)
- [Enum.keys(enum)](#enum-keys-enum)
- [Enum.values(enum)](#enum-values-enum)
- [Enum.ofKeys(object)](#enum-ofkeys-object)
- [Enum.isType(enum, value)](#enumistypeenum-value)
- [Enum.keys(enum)](#enumkeysenum)
- [Enum.values(enum)](#enumvaluesenum)
- [Enum.ofKeys(object)](#enumofkeysobject)
* [Motivation](#motivation)
- [Why not built-in enums?](#why-not-built-in-enums)
- [Why not string literals?](#why-not-string-literals)
Expand Down

0 comments on commit 03e8209

Please sign in to comment.