Skip to content

Commit 57d3df0

Browse files
committed
no message
1 parent 126e482 commit 57d3df0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This book is developed using [GitBook](https://github.com/GitbookIO/gitbook). Au
1717
Here's how to setup a Dev Environment:
1818

1919
```
20-
$ npm install gitbook-cli -g
21-
$ gitbook serve .
20+
npm install gitbook-cli -g
21+
gitbook serve .
2222
```
2323
Note: serve needs port `35729` (for live reload) and `4000` for serving http://localhost:4000.
2424

2525
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).
2626

27-
Share URL: http://basarat.gitbooks.io/typescript/
27+
Share URL: http://basarat.gitbooks.io/typescript/

code/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"./testing.ts",
2525
"./types/types.ts"
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)