From 07127d57d335a7f04d81d15ca1c190d731cd65bb Mon Sep 17 00:00:00 2001 From: juanfran Date: Fri, 18 Nov 2016 18:57:35 +0100 Subject: [PATCH] fix docs --- .gitattributes | 1 + README.md | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2ccfcfe --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +files/* linguist-vendored=false diff --git a/README.md b/README.md index 9cbd11a..8050f84 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Now you can add emoji classes in your code
``` -![emoji screenshot](screenshot.png?raw=true "emoji screenshot") +![emoji screenshot](https://raw.githubusercontent.com/juanfran/emoji-data-css/master/screenshot.png "emoji screenshot") If you selected all the sizes file diff --git a/package.json b/package.json index 99dd2bf..1ccb38e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "emoji css classes", "main": "index.js", + "repository": "git://github.com/juanfran/emoji-data-css.git", "dependencies": { "emoji-datasource": "^2.4.4", "clean-css": "^3.4.20"