You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Register the routes the feeds will be displayed on using the `feeds`-macro.
32
32
Route::feeds();
33
33
```
34
34
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.
0 commit comments