diff options
author | Philippe <pvlerick@gmail.com> | 2014-08-27 16:14:57 +0200 |
---|---|---|
committer | Philippe <pvlerick@gmail.com> | 2014-08-27 16:14:57 +0200 |
commit | bfa04112e8e788bea9dc53cdef1659961c7882cb (patch) | |
tree | c5bdd62110336e3f9127e762969b4171b9d3f2e1 | |
parent | 0d022b14c0d11314d29211b862ac65095ceba26c (diff) |
Added filename in header
-rw-r--r-- | typescript.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown index 74e98d14..fd22cbef 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -2,6 +2,7 @@ language: TypeScript contributors: - ["Philippe Vlérick", "https://github.com/pvlerick"]] +filename: learntypescript.ts --- TypeScript is a language that aims at easing development of large scale applications written in JavaScript. |