From d4b9a6562c3555307819b32850bb35f6ce0c37c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov valorkin Date: Fri, 21 Jul 2023 16:35:32 +0200 Subject: [PATCH] chore: readme cleanup --- README.md | 5 ++--- libs/ng2-file-upload/README.md | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0034c78f..c443615f 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,12 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g [![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://github.com/mgechev/angular2-style-guide) [![Build Status](https://travis-ci.org/valor-software/ng2-file-upload.svg?branch=development)](https://travis-ci.org/valor-software/ng2-file-upload) -[![Dependency Status](https://david-dm.org/valor-software/ng2-file-upload.svg)](https://david-dm.org/valor-software/ng2-file-upload) ## Quick start 1. A recommended way to install ***ng2-file-upload*** is through [npm](https://www.npmjs.com/search?q=ng2-file-upload) package manager using the following command: - `npm i ng2-file-upload --save` + `npm i ng2-file-upload` Alternatively, you can [download it in a ZIP file](https://github.com/valor-software/ng2-file-upload/archive/master.zip). @@ -18,7 +17,7 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g 3. More information regarding using of ***ng2-file-upload*** is located in [demo](http://valor-software.github.io/ng2-file-upload/) and [demo sources](https://github.com/valor-software/ng2-file-upload/tree/master/demo). - + ## Using ***ng2-file-upload*** in a project 1. Install as shown in the above section. diff --git a/libs/ng2-file-upload/README.md b/libs/ng2-file-upload/README.md index 0034c78f..46c6a03d 100644 --- a/libs/ng2-file-upload/README.md +++ b/libs/ng2-file-upload/README.md @@ -3,13 +3,13 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g [![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://github.com/mgechev/angular2-style-guide) [![Build Status](https://travis-ci.org/valor-software/ng2-file-upload.svg?branch=development)](https://travis-ci.org/valor-software/ng2-file-upload) -[![Dependency Status](https://david-dm.org/valor-software/ng2-file-upload.svg)](https://david-dm.org/valor-software/ng2-file-upload) + ## Quick start 1. A recommended way to install ***ng2-file-upload*** is through [npm](https://www.npmjs.com/search?q=ng2-file-upload) package manager using the following command: - `npm i ng2-file-upload --save` + `npm i ng2-file-upload` Alternatively, you can [download it in a ZIP file](https://github.com/valor-software/ng2-file-upload/archive/master.zip). @@ -18,7 +18,7 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g 3. More information regarding using of ***ng2-file-upload*** is located in [demo](http://valor-software.github.io/ng2-file-upload/) and [demo sources](https://github.com/valor-software/ng2-file-upload/tree/master/demo). - + ## Using ***ng2-file-upload*** in a project 1. Install as shown in the above section.