From 72514f1bf543cbe20989fe7f7674006e76e5f382 Mon Sep 17 00:00:00 2001 From: alithecodeguy Date: Sun, 31 May 2020 20:30:59 +0430 Subject: [PATCH] change cra word in readme file --- README.md | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a2e291f..54dccfe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - - # interactive-iran-map · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/alithecodeguy/interactive-iran-map/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](https://github.com/alithecodeguy/interactive-iran-map/compare) +# interactive-iran-map · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/alithecodeguy/interactive-iran-map/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](https://github.com/alithecodeguy/interactive-iran-map/compare)

@@ -14,22 +13,21 @@ The code itself is straightforward but the documents comming soon. ## Getting started - `$ npm i interactive-iran-map` - +`$ npm i interactive-iran-map` ## Notice + I used CRA to create this package for the moment but it's going to be a pure module any time soon

نقشه تعاملی ایران در ریکت - مناسب برای کارهای آماری و نمایش انواع داده

نسخه آلفا بارگذاری شد.

با مطالعه کد نحوه کار کردن آن را متوجه خواهید شد با اینحال به زودی مستندات آن منتشر می شود

-

در حال حاضر از CRA برای ساخت این پکیج استفاده شده است اما در نسخه های بعد به شکل یک ماژول مستقل اراپه خواهد شد

+

در حال حاضر از سی آر ای برای ساخت این پکیج استفاده شده است اما در نسخه های بعد به شکل یک ماژول مستقل اراپه خواهد شد

## Contributing Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request. - ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/alithecodeguy/interactive-iran-map/blob/master/LICENSE) file for details diff --git a/package.json b/package.json index 9a25225..3d9a6b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-iran-map", - "version": "0.1.6", + "version": "0.1.7", "private": false, "license": "MIT", "repository": {