From 842199322ab4555341f171176b91a595ca1b43cf Mon Sep 17 00:00:00 2001 From: sintacks-arrers <109577041+sintacks-arrers@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:30:02 -0700 Subject: [PATCH] readme fixes --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index de630ca..03d5126 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ [AnyChart - Robust JavaScript/HTML5 Chart library for any project](https://anychart.com) # Anychart Vue integration -This example shows how to use Anychart with Vue. - -> The component of Vue 2.0 for AnyChart +This example shows how to use Anychart with Vue. AnyChart is a flexible JavaScript (HTML5, SVG, VML) charting framework that fits any solution in need of data visualization. ## Getting started -To run this sample: +To run this example, clone or download the repository, then install all requirements and run with npm: Clone the repository from github.com: ``` @@ -23,7 +21,7 @@ Install all project requirements: npm install ``` -Since that, the demo can be launched in your browser: +After that, the demo can be launched in your browser: ``` npm run start ``` @@ -54,7 +52,7 @@ For a detailed explanation on how things work, check out the [guide](http://vuej * [Vue](https://vuejs.org/) ## License -AnyChart Vue integration sample includes two parts: +The AnyChart Vue integration sample includes two parts: - code of the integration sample that allows to use Javascript library (in this case, AnyChart) with Vue Framework. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under [Apache 2.0 License](LICENSE).