Skip to content

Commit 3a84e7a

Browse files
committed
Edit / Modify README.md with links.
1 parent 9e55e0e commit 3a84e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Just hover
6969
![you definitely get the point](https://raw.githubusercontent.com/TypeStrong/atom-typescript/master/docs/screens/hover.png)
7070

7171
## Compile on save
72-
TypeScript files will be compiled on save automattically. Different notifications are given if `emit` was successful or not. If you need to disable this feature. add `"compileOnSave": false` in your `tsconfig.json`.
72+
TypeScript files will be compiled on save automattically. Different notifications are given if `emit` was successful or not. If you need to disable this feature. add `"compileOnSave": false` in your [`tsconfig.json`](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md#compileonsave).
7373

7474
![](https://raw.githubusercontent.com/TypeStrong/atom-typescript/master/docs/screens/compile%20success.png)
7575

@@ -78,7 +78,7 @@ TypeScript files will be compiled on save automattically. Different notification
7878
![](https://raw.githubusercontent.com/TypeStrong/atom-typescript/master/docs/screens/emit%20error.png)
7979

8080
## Project Support
81-
Supported via `tsconfig.json` ([read more](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md)) which is going to be the defacto Project file format for the next versions of TypeScript.
81+
Supported via [`tsconfig.json`](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md) which is going to be the defacto Project file format for the next versions of TypeScript.
8282

8383
It also supports `filesGlob` which will expand `files` for you based on `minmatch|glob|regex` (similar to grunt).
8484

0 commit comments

Comments
 (0)