Skip to content

Commit e28fa11

Browse files
committed
a better intro page
1 parent fd1cfa7 commit e28fa11

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
TypeScript Deep Dive
22
=======
33

4-
I've been looking at the issues that turn up commonly when people start using TypeScript. This is based on the lessons from [StackOverflow](http://stackoverflow.com/tags/typescript/topusers) / [DefinitelyTyped](https://github.com/DefinitelyTyped/) and general engagement with the [TypeScript community](https://github.com/TypeStrong/).
4+
I've been looking at the issues that turn up commonly when people start using TypeScript. This is based on the lessons from [StackOverflow](http://stackoverflow.com/tags/typescript/topusers) / [DefinitelyTyped](https://github.com/DefinitelyTyped/) and general engagement with the [TypeScript community](https://github.com/TypeStrong/). You can [follow for updates](https://twitter.com/basarat).
55

6-
Do one of the following:
7-
* [Read the book online](http://basarat.gitbooks.io/typescript/)
6+
If you are here to read the book [get started](http://basarat.gitbooks.io/typescript/content/docs/getting-started.html).
7+
8+
You can also do one of the following:
89
* [EPUB for iPad,iPhone,Mac](https://www.gitbook.com/download/epub/book/basarat/typescript)
910
* [PDF for Windows and others](https://www.gitbook.com/download/pdf/book/basarat/typescript)
1011
* [MOBI for Kindle](https://www.gitbook.com/download/mobi/book/basarat/typescript)
1112

12-
[Follow for updates](https://twitter.com/basarat)
13-
1413
### Contributing
1514

1615
This book is developed using [GitBook](https://github.com/GitbookIO/gitbook). Authored in Markdown files (I use [atom](http://atom.io)).
@@ -24,3 +23,5 @@ $ gitbook serve .
2423
Note: serve needs port `35729` (for live reload) and `4000` for serving http://localhost:4000.
2524

2625
Also you can mostly just edit the `.md` files in [`/docs`](https://github.com/basarat/typescript-book/docs) using github and create a Pull Request (PR).
26+
27+
Share URL: http://basarat.gitbooks.io/typescript/

0 commit comments

Comments
 (0)