From 8a31443773bd6342e97d718846507db2e5e58e33 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 05:03:39 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 807c9a09..eac7edbc 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ You won't need an [es6-shim](https://github.com/paulmillr/es6-shim) but you can Alt does depend on ES5 features, the good news is so does React. You can use [es5-shim](https://github.com/es-shims/es5-shim) to support those pesky old browsers. -##Typescript Definitions and Support +## Typescript Definitions and Support The typescript definitions for alt are located in the typings directory. This should be included in your project under typings/alt or whatever folder you use to manage your definitions files. You can import the dependencies react and es6-promises, easily with [TSD](https://github.com/DefinitelyTyped/tsd). From here you can reference your typings as per usual with a reference tag ``````. Check the [alt-typescript-tutorial](https://github.com/Shearerbeard/alt-typescript-tutorial) for more information and project examples. Using Typescript 1.5 you can import with the legacy syntax: