From ddaaad85dda7cdf7f65288fbffdecbb3bd6de55b Mon Sep 17 00:00:00 2001 From: DownloadPizza Date: Tue, 20 Nov 2018 10:59:01 +0100 Subject: [PATCH] Another backtick error --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index a61daf3..e0bb732 100644 --- a/README.MD +++ b/README.MD @@ -5,7 +5,7 @@ A Java client for the [Wii U Streaming Plugin](https://github.com/Maschell/Strea # Usage Start the plugin via the [WiiUPluginSystemLoader](https://github.com/Maschell/WiiUPluginSystem) on your WiiU. Now start Java client by either -- provide the ip address of your Wii U as a argument. Example: ``java -jar StreamingPluginClient[...].jar --ip 192.168.0.11` +- provide the ip address of your Wii U as a argument. Example: `java -jar StreamingPluginClient[...].jar --ip 192.168.0.11` - **or** just double click on the .jar. A little dialog should appear where you can enter the IP address of your Wii U console. Requires Java 8. @@ -19,4 +19,4 @@ mvn package # Used libraries - [lombok](https://projectlombok.org/) -- [commons-cli](https://commons.apache.org/proper/commons-cli/) \ No newline at end of file +- [commons-cli](https://commons.apache.org/proper/commons-cli/)