Skip to content

Commit

Permalink
Update README.md small typo (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenefvdm authored Oct 11, 2022
1 parent 4c372aa commit 3230fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3230fab

Please sign in to comment.