From 0a0d960eb0af4f68c2bf97f9f9652176c711ad18 Mon Sep 17 00:00:00 2001 From: deezone Date: Sun, 3 Nov 2019 21:56:35 -0500 Subject: [PATCH 1/2] docs: addition of link to sample repo that demonstrates npm/browserfy setup for justgage as a package --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6bb9c3..3bc0ec9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ or maybe you wish to use NPM... npm install justgage --save ``` +- Example [NPM setup using Browserfy](https://github.com/deezone/justgage-npm-sample) + or you can always download the CSS and JS files... ```html @@ -212,4 +214,4 @@ This project is licensed under [MIT](LICENSE) License ## Author -- [Bojan Djuricic](https://github.com/toorshia) \ No newline at end of file +- [Bojan Djuricic](https://github.com/toorshia) From b0f997c89cb95296f8fa4914953d78c3cfc6c250 Mon Sep 17 00:00:00 2001 From: deezone Date: Sun, 3 Nov 2019 22:25:05 -0500 Subject: [PATCH 2/2] chore: added link url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc0ec9..67efde5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ or maybe you wish to use NPM... npm install justgage --save ``` -- Example [NPM setup using Browserfy](https://github.com/deezone/justgage-npm-sample) +- Example **[NPM setup using Browserfy](https://github.com/deezone/justgage-npm-sample)** or you can always download the CSS and JS files...