From ad307a0a2e18ee19d1a0926a2e887e70cfc555f2 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 30 Jul 2014 09:24:20 -0700 Subject: [PATCH] Heading for subsection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e2b2efce..ba0d77f0e0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ var map = Immutable.Map({a:1, b:2, c:3}); To use `immutable` from a browser, try [Browserify](http://browserify.org/). - +### TypeScript Use these Immutable collections and sequences as you would use native collections in your [TypeScript](http://typescriptlang.org) programs while still taking advantage of type generics, error detection, and auto-complete in your IDE.