Skip to content

Commit ec2250a

Browse files
committed
wip
1 parent 277d7fe commit ec2250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Register the routes the feeds will be displayed on using the `feeds`-macro.
3232
Route::feeds();
3333
```
3434

35-
This will register a route `/feed` in your application. If you want to use a different URL, you can pass a string as a first argument of the macro. The string will be used as a URL for your feed.
35+
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.
3636

3737
Next, you must publish the config file:
3838

0 commit comments

Comments
 (0)