diff --git a/README.md b/README.md index ff341c4..b6e35b0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Register the routes the feeds will be displayed on using the `feeds`-macro. Route::feeds(); ``` -Optionally, you can pass a string as a first argument of the macro. The string will be used as a a URL prefix for all configured feeds. +Optionally, you can pass a string as a first argument of the macro. The string will be used as a URL prefix for all configured feeds. Next, you must publish the config file: