Pārlūkot izejas kodu

Reorder sections

JC Brand 1 gadu atpakaļ
vecāks
revīzija
837f05782b
1 mainītis faili ar 4 papildinājumiem un 5 dzēšanām
  1. 4 5
      CONTRIBUTING.md

+ 4 - 5
CONTRIBUTING.md

@@ -12,11 +12,6 @@ make serve_bg
 make watch
 ```
 
-Go to http://localhost:8000/dev.html
-
-Then modify `dev.html` so that `converse.initialize()` is called with relevant settings.
-
-
 ### Without GNU Make:
 
 ```
@@ -25,6 +20,10 @@ npm run serve &
 npm run watch
 ```
 
+Go to http://localhost:8000/dev.html
+
+Then modify `dev.html` so that `converse.initialize()` is called with relevant settings.
+
 Webpack will "watch" the source files and automatically recreate the build if they
 are modified. So you don't have to do anything to rebuild whenever you've
 change something in a file but you will have to manually reload the browser tab