From d2e4d53b4e12b02ab66e4cf08ce62c5805fee319 Mon Sep 17 00:00:00 2001 From: Piyush <118425491+piyush280599@users.noreply.github.com> Date: Tue, 24 Jan 2023 03:55:46 +0530 Subject: [PATCH] chore: readme (#10176) Removed extra space and added period for consistency. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e577a230a..d8aa040d9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

-[NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. Currently iOS and Android runtimes are provided for rich mobile development across a variety of diverse use cases. +[NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. Currently iOS and Android runtimes are provided for rich mobile development across a variety of diverse use cases. ## Contribute @@ -37,19 +37,19 @@ We love you and your pull requests 🤗. Please follow our [contributing guide]( ## @nativescript/* * [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/master/packages/core) - * Core iOS/Android for NativeScript + * Core iOS/Android for NativeScript. * [@nativescript/types](https://www.npmjs.com/package/@nativescript/types) * Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.* * [@nativescript/types-ios](https://github.com/NativeScript/NativeScript/tree/master/packages/types-ios) - * Types for iOS + * Types for iOS. * [@nativescript/types-android](https://github.com/NativeScript/NativeScript/tree/master/packages/types-android) - * Types for Android + * Types for Android. * [@nativescript/types-minimal](https://github.com/NativeScript/NativeScript/tree/master/packages/types-minimal) * A very minimal set of types for only the latest Android and iOS sdks. Most commonly used to optimize Web-based IDE's which auto load all type declarations from node_modules. * [@nativescript/ui-mobile-base](https://github.com/NativeScript/NativeScript/tree/master/packages/ui-mobile-base) - * UI mobile base native classes used by core + * UI mobile base native classes used by core. * [@nativescript/webpack](https://github.com/NativeScript/NativeScript/tree/master/packages/webpack) - * Webpack build utilities and configs used by NativeScript apps + * Webpack build utilities and configs used by NativeScript apps. ## Quick Links