From 55ce1219018aef8f82834c021d30bb5b9ae2e03d Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 28 Dec 2015 12:13:35 +0100 Subject: [PATCH] Removed broken download link from readme, added license information to package.json --- README.md | 6 +----- package.json | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e1a8df..e3f7bdf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 9+. ## Install -with npm: +with npm (recommended): npm install jsoneditor @@ -61,10 +61,6 @@ with bower: bower install jsoneditor -download: - -[http://jsoneditoronline.org/downloads/](http://jsoneditoronline.org/downloads/) - #### More diff --git a/package.json b/package.json index 2a37e56..d77b909 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "formatter" ], "author": "Jos de Jong ", - "homepage": "http://jsoneditoronline.org/", + "license": "Apache-2.0", + "homepage": "https://github.com/josdejong/jsoneditor", "repository": { "type": "git", "url": "https://github.com/josdejong/jsoneditor.git"