From a971cfe9b8a4a35b15949455f7eefa265501c3b9 Mon Sep 17 00:00:00 2001 From: brandon Date: Fri, 30 Sep 2016 12:51:38 -0700 Subject: [PATCH] Improve readme, update url paths in package.json --- README.md | 10 ++++++++-- package.json | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bf693c..0b0e4c8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ #Apigee Icons -###This library contains icon fonts used in the Apigee platform. +###Disclaimer Use of these icon fonts is intended for use with internal Apigee build systems, and is not intended for public consumption, distribution, or sale. You may not sub-license, re-sell, rent, lend, assign, gift or otherwise transfer or distribute the icons or the rights granted under this license (even for free). -To use, an `@font-face` declaration will be required in your CSS, similar to the following: +###Usage + +Include source font files and CSS in your project, then add an `@font-face` declaration to your CSS, similar to the following: ``` @font-face { @@ -18,6 +20,10 @@ To use, an `@font-face` declaration will be required in your CSS, similar to the } ``` +###Support + +This is an open-source project of the Apigee Corporation. It is not covered by Apigee support contracts. However, we will support you as best we can. For help, please open an issue in this GitHub project. You are also always welcome to submit a pull request. + - - - Copyright 2016 Apigee Corporation diff --git a/package.json b/package.json index 9b04fed..2b3d227 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "analyze": true, "author": "Brandon Shelley ", "bugs": { - "url": "https://github.com/apigee-internal/icons/issues" + "url": "https://github.com/apigee-internal/apigee-icons/issues" }, "contributors": [ { @@ -23,7 +23,7 @@ "name": "apigee-icons", "repository": { "type": "git", - "url": "https://github.com/apigee-internal/icons" + "url": "https://github.com/apigee-internal/apigee-icons" }, "version": "1.0.2" } \ No newline at end of file