Skip to content

Commit 3e0e471

Browse files
Tweak README
1 parent 468578e commit 3e0e471

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage
2323

2424
### .netlifyheaders and/or .netlifyredirects
2525

26-
There are a couple ways to use this addon. The first one is to define a `.netlifyheaders`
26+
There are a few ways to use this addon. The first one is to define a `.netlifyheaders`
2727
and/or a `.netlifyredirects` file in the root of your project and this
2828
addon will copy the output to `dist/_headers` and `dist/_redirects` respectively.
2929

@@ -44,7 +44,8 @@ appended to the existing files. Currently, only redirects are supported, not hea
4444

4545
### Using in an addon
4646

47-
Addon authors may declare redirects for ember-cli-netlify during compilation. To do so, you will want to:
47+
The final option, for addon authors, is to declare redirects for ember-cli-netlify during compilation.
48+
To do so, you will want to:
4849

4950
* Add `"ember-cli-netlify-plugin"` to your addon's package.json keywords array.
5051
* Define a `netlifyRedirects()` function in your addon's main file, that returns an array of redirects.

0 commit comments

Comments
 (0)