diff --git a/README.md b/README.md index f1c92c48..32b88ad9 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,6 @@ dependencies { } ``` -## Documents - -I described Javadoc comments. Please refer to it for more information. -- Javadoc in Japanese - - https://ohmae.github.io/mmupnp/javadoc/ - ### Initialize and Start ``` ControlPoint cp = new ControlPoint(); @@ -67,7 +61,6 @@ NetworkInterface ni = NetworkInterface.getByName("eth0"); ControlPoint cp = new ControlPoint(ni); ``` - ### M-SEARCH Call ControlPoint#search() or ControlPoint#search(String). ``` @@ -78,7 +71,6 @@ cp.search("upnp:rootdevice"); // To use specific ST. In this case "upnp:rootdevi ``` These methods send one M-SEARCH packet to all interfaces. - ### Invoke Action For example, to invoke "Browse" (ContentDirectory) action... ``` @@ -126,6 +118,12 @@ cp.terminate(); It is not possible to re-initialize. When you want to reset, try again from the constructor call. +### Documents + +I described Javadoc comments. Please refer to it for more information. +- Javadoc in Japanese + - https://ohmae.github.io/mmupnp/javadoc/ + ## Author 大前 良介 (OHMAE Ryosuke) http://www.mm2d.net/