From 4a7804337ca1394adc144dfc79aae3a9cbc79aab Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 2 Nov 2015 17:07:14 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebbe2af322a..7c1f068920c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,14 +34,14 @@ Your pull request should: ## Contributing `lib.d.ts` fixes -The library sources are in: [src\lib\](https://github.com/Microsoft/TypeScript/tree/master/src/lib) +The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib) To build the library files, run ```Shell jake lib ``` -`src\lib\dom.generated.d.ts` and `src\lib\webworker.generated.d.ts`: +### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts` These two files represent the DOM typings and are auto-generated. To make any modifications to them, please submit a PR to https://github.com/Microsoft/TSJS-lib-generator