From e6a2d21268efcfa7ebb5302950231b0c6f8fbf74 Mon Sep 17 00:00:00 2001 From: Klemek Date: Thu, 18 Jul 2019 09:16:26 +0200 Subject: [PATCH] [skip CI] updated README.md --- README.md | 108 +++++++++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index 706556c..98972f5 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ ## Summary +* [Usage](#usage) + * [Node module](#node-module) + * [Html script](#html-script) * [Install](#install) * [CDN](#cdn) * [Static scripts](#static-scripts) * [NPM](#npm) * [Build from sources](#build-from-sources) -* [Usage](#usage) - * [Node module](#node-module) - * [Html script](#html-script) * [API](#api) * [`options`](#options) * [`nodes`](#nodes) @@ -44,57 +44,6 @@ * [Thrown errors](#thrown-errors) * [Change icons](#change-icons) * [Examples](#examples) - -## Install -*[back to top](#top)* - -### Static scripts - -Get the scripts from this repository `dist` folder - -```html - - -``` - -### CDN (soon) - -```html - - -``` - -or - -```html - - -``` - -or - -```html - - -``` - - -### NPM (soon) - -``` -npm install fa-diagrams -``` - -### Build from sources - -You will need subversion installed (used for precise folder fetching in GitHub) - -``` -git clone https://github.com/klemek/fa-diagrams.git -cd fa-diagrams -npm install -node build.sh -``` ## Usage *[back to top](#top)* @@ -168,6 +117,57 @@ Will produce the following diagram: ``` +## Install +*[back to top](#top)* + +### Static scripts + +Get the scripts from this repository `dist` folder + +```html + + +``` + +### CDN (soon) + +```html + + +``` + +or + +```html + + +``` + +or + +```html + + +``` + + +### NPM (soon) + +``` +npm install fa-diagrams +``` + +### Build from sources + +You will need subversion installed (used for precise folder fetching in GitHub) + +``` +git clone https://github.com/klemek/fa-diagrams.git +cd fa-diagrams +npm install +node build.sh +``` + ## API *[back to top](#top)*