Skip to content

Commit 476e79a

Browse files
author
Valentin Stoychev
committed
Update README.md
1 parent 35ca7d3 commit 476e79a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Because of the features listed above you get some important functionality right
1212

1313
The second major feature you get out of the box is 0-day support for new native platforms. Because the NativeScript framework exposes unmodified native APIs and UI components, you can use the latest native APIs and new UI components when Apple, Google or Microsoft updates their mobile platforms.
1414

15-
So let’s summarize what NativeScript enables you as of today:
15+
So let’s summarize what the NativeScript framework enables you as of today:
1616

1717
- Build 100% native cross-platform apps, with a declarative UI, and the ability to implement platform-specific UIs.
1818
- Share 100% of your code or use platform-specific APIs, depending on the app you’re building.
@@ -24,7 +24,7 @@ The second major feature you get out of the box is 0-day support for new native
2424
- Reuse the QA tools for accessibility automation to write tests.
2525
- Use the latest native platform features to create an amazing native user experience.
2626
- Code in any IDE of your choice to implement your applications’ code using the [NativeScript framework's CLI](http://npmjs.org/nativescript).
27-
- Use the [Telerik Platform](http://platform.telerik.com), AppBuilder and the full Visual Studio integration to get a rich development experience. Paid support is also available.
27+
- Use [Telerik Platform](http://platform.telerik.com) and AppBuilder products and the full Visual Studio integration to get a rich development experience. Paid support is also available.
2828

2929
We hope this gives you a good idea about what you can expect from the NativeScript framework.
3030

@@ -39,13 +39,13 @@ To learn more about the NativeScript framework, you can check the following reso
3939
- **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device
4040
- **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device
4141
- **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating an application using the NativeScript framework
42-
- **[Docs](//github.com/NativeScript/docs)** - Contains the NativeScript documentation (available on http://docs.nativescript.org/) in MarkDown format
42+
- **[Docs](//github.com/NativeScript/docs)** - Contains the NativeScript framework documentation (available on http://docs.nativescript.org/) in MarkDown format
4343
- **[Tasks app](//github.com/NativeScript/sample-Tasks)** - Stores the code of a complete sample application using user authentication and cloud storage.
4444
- **[Hello-World Template](//github.com/NativeScript/template-hello-world)** - Contains the code of the application the CLI creates by default
4545
- **[Cuteness Sample](//github.com/NativeScript/sample-cuteness)** - Stores the code of the Cuteness proof of concept application (A Reddit Kitten browser)
4646

4747
## Getting Started and How to Install the NativeScript framework
48-
Please follow this [getting started with NativeScript article](http://docs.nativescript.org/getting-started).
48+
Please follow this [article to get started with the NativeScript framework](http://docs.nativescript.org/getting-started).
4949

5050
## Documentation
5151
Comprehensive documentation is available at [docs.nativescript.org](http://docs.nativescript.org).

0 commit comments

Comments
 (0)