From d5633766226bca863bdca374934956318587cc41 Mon Sep 17 00:00:00 2001 From: Danish Yasin <47951155+danishyasin33@users.noreply.github.com> Date: Mon, 7 Sep 2020 11:15:21 +0500 Subject: [PATCH] Updated Readme.md Removed redundant links, changed text where needed. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 981b50b..d87a56e 100644 --- a/README.md +++ b/README.md @@ -67,15 +67,13 @@ Usage `ember-libpixel` is a building block and a service interface for LibPixel. To actually start using LibPixel and harness the power of image processing in -your app, you need one of the following add-ons: +your app, you need the following add-on: * [ember-libpixel-modifier](https://github.com/libpixel/ember-libpixel-modifier) LibPixel element modifier for `img` tags in your templates -* [ember-libpixel-image](https://github.com/libpixel/ember-libpixel-image) - An image component that you can use to replace your `img` tags and extend -[LibPixel Guides](https://libpixel.com/guides/) host examples, tutorials and -walkthroughs on how to use these add-ons in your Ember apps. +[LibPixel Documentation](https://docs.libpixel.com/) hosts examples, tutorials and +walkthroughs on how to use the add-on in your Ember apps. Contributing