JC Brand před 1 rokem
rodič
revize
837f05782b
1 změnil soubory, kde provedl 4 přidání a 5 odebrání
  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