Skip to content

Commit

Permalink
Merge pull request #375 from mastastealth/readme-updates
Browse files Browse the repository at this point in the history
README tweaks
  • Loading branch information
mansona committed Jul 12, 2024
2 parents 1d37f83 + eb46e1c commit a13ef0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ember install ember-cli-notifications

An [Ember](http://emberjs.com) addon that adds [Atom](https://github.com/atom/notifications) inspired notification messages to your app.

Interactive documentation can be found [here](https://ember-cli-notifications.netlify.com).
Interactive documentation can be found [here](https://ember-cli-notifications.netlify.app).

### Upgrading to 5.0.0

Expand Down Expand Up @@ -58,9 +58,9 @@ We have also updated the name of the service to be simply `notifications` so you
import Controller from '@ember/controller';
import { inject as service } from '@ember/service';

export default Controller.extend({
notifications: service(),
});
export default class MyController extends Controller {
@service notifications;
}
```

#### Removing CSS modules
Expand Down

0 comments on commit a13ef0f

Please sign in to comment.