Skip to content

Commit 03ca222

Browse files
author
Valentin Stoychev
committed
Update README.md
1 parent 5e9f0b1 commit 03ca222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With NativeScript you can use your JavaScript and CSS skills to write native mob
66

77
NativeScript enables you to use a complete stack of cross-platform APIs to write the application code or, if you need, you can directly access all platform-specific native APIs using JavaScript only. That’s right - you can access all native APIs, not only the ones we thought would be useful!
88

9-
We did not want to create just yet another ecosystem around a native cross-platform framework. We wanted to integrate and play well with all existing JavaScript and native iOS/Android/Windows ecosystems. That is why we also support using existing JavaScript libraries, as well as existing native Objective-C, Java and .NET libraries. I want to stress out that you **don't need to know Objective-C, Java or .NET* in order to reuse these libraries - their entire APIs will be available in JavaScript with no changes.
9+
We did not want to create just yet another ecosystem around a native cross-platform framework. We wanted to integrate and play well with all existing JavaScript and native iOS/Android/Windows ecosystems. That is why we also support using existing JavaScript libraries, as well as existing native Objective-C, Java and .NET libraries. We want to stress out that you **don't need to know Objective-C, Java or .NET* in order to reuse these libraries - their entire APIs will be available in JavaScript with no changes.
1010

1111
Because of the features listed above you get some important functionality right out of the box. The first is that NativeScript applications support the same accessibility models as native apps. This is important for anyone creating apps that need to meet certain accessibility standards before going live. This is also very useful when you start implementing functional or unit tests for your app. Several existing cross-platform tools like [Appium](www.appium.io) already work directly with NativeScript and provide accessibility automation.
1212

@@ -25,14 +25,14 @@ The second major feature you get out of the box is 0-day support for new native
2525
- Code in any IDE of your choice to implement your applications’ code using the NativeScript CLI
2626
- Use the Telerik Platform, AppBuilder and the full Visual Studio integration to get a rich development experience. Paid support is also available
2727

28-
I hope this gives you a good idea about what you can expect from NativeScript.
28+
We hope this gives you a good idea about what you can expect from NativeScript.
2929

3030
To learn more about NativeScript, you can check the following resources:
3131

3232
- [The NativeScript web page](http://www.nativescript.org)
3333
- [The NativeScript blog page](http://www.nativescript.org/blog)
3434

35-
## Getting Started
35+
## Getting Started and How to Install NativeScript
3636
Please follow this [getting started with NativeScript article](http://docs.nativescript.org/getting-started)
3737

3838
## Documentation

0 commit comments

Comments
 (0)