Quellcode durchsuchen

Merge pull request #370 from saghul/fix-readme

doc: remove browserify mention from README
dev1
bgrozev vor 8 Jahren
Ursprung
Commit
33c733d41e
1 geänderte Dateien mit 2 neuen und 8 gelöschten Zeilen
  1. 2
    8
      README.md

+ 2
- 8
README.md Datei anzeigen

1
-Jitsi Meet API
2
-============
1
+# Jitsi Meet API library
3
 
2
 
4
 You can use Jitsi Meet API to create Jitsi Meet video conferences with custom GUI.
3
 You can use Jitsi Meet API to create Jitsi Meet video conferences with custom GUI.
5
 
4
 
21
 npm install
20
 npm install
22
 ```
21
 ```
23
 
22
 
24
-For development, use watch to recompile your browserify bundle on file changes:
25
-
26
-```
27
-npm run watch
28
-```
29
-
30
 ## Discuss
23
 ## Discuss
24
+
31
 Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github. 
25
 Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github. 

Laden…
Abbrechen
Speichern