From 1c2dd5ba70641369684415d47c22551189132d95 Mon Sep 17 00:00:00 2001 From: TECNO <50276602+tecno14@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:01:11 +0300 Subject: [PATCH] readme --- README.md | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 602ad91..a9583e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ `using only username` +## Installation +``` +npm install @wael14/github_clone_all +``` + +## Usage ``` const clone_all = require('./github_clone_all'); @@ -14,7 +20,3 @@ you can put this two line in `file.js` then run it: node file.js ``` -##Installation -``` -npm install @wael14/github_clone_all -``` diff --git a/package.json b/package.json index 0ca781a..a703ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wael14/github_clone_all", - "version": "1.0.2", + "version": "1.0.3", "description": "clone all github repos . tecno 2020 . wael.had.sy@gmail.com", "main": "app.js", "scripts": {