Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Readme.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down