diff --git a/tns-platform-declarations/README.md b/tns-platform-declarations/README.md
index 139883470..d58d7b104 100644
--- a/tns-platform-declarations/README.md
+++ b/tns-platform-declarations/README.md
@@ -5,7 +5,8 @@ Offically supported entry points:
- `ios.d.ts` - For iOS SDK and runtime types.
Using the declarations may conflict with DOM typings,
-Consider the following settings in your `tsconfig.json`:
+consider using TypeScript 2.0.3 or newer,
+and the following settings in your `tsconfig.json`:
```
{
"compilerOptions": {
@@ -19,9 +20,9 @@ Consider the following settings in your `tsconfig.json`:
}
```
-And add to the reference.d.ts:
+And add to a reference.d.ts:
```
-/// Needed for autocompletion and compilation.
+///
///
///