Skip to content

Commit d93bf0d

Browse files
committed
Fix list order
1 parent b235c40 commit d93bf0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ gem "js-routes"
1616

1717
There are several possible ways to setup JsRoutes:
1818

19-
* [Quick and easy](#quick-start) - Recommended
19+
1. [Quick and easy](#quick-start) - Recommended
2020
* Uses Rack Middleware to automatically update routes locally
2121
* Automatically generates routes files on javascript build
2222
* Works great for a simple Rails application
23-
* [Advanced Setup](#advanced-setup)
23+
2. [Advanced Setup](#advanced-setup)
2424
* Allows very custom setups
2525
* Automatic updates need to be customized
26-
* [Webpacker ERB Loader](#webpacker) - Legacy
26+
3. [Webpacker ERB Loader](#webpacker) - Legacy
2727
* Requires ESM module system (the default)
2828
* Doesn't support typescript definitions
29-
* [Sprockets](#sprockets) - Legacy
29+
4. [Sprockets](#sprockets) - Legacy
3030
* Deprecated and not recommended for modern apps
3131

3232
<div id='quick-start'></div>

0 commit comments

Comments
 (0)