From a938f16e38e5d8d24fcad8e64f9b01637fb9c58a Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Tue, 27 Mar 2018 00:23:32 +0200 Subject: [PATCH] Add missing l to successfull --- example_remote-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_remote-client/README.md b/example_remote-client/README.md index 0b9c292..24429f0 100644 --- a/example_remote-client/README.md +++ b/example_remote-client/README.md @@ -10,7 +10,7 @@ This example demonstrates a TCP **client** for ofxPiMapper remote control. The o In reality this example should be used as the remote control residing on your laptop computa. Set up your Raspberry Pi, connect it to the same network as your laptop and get to know the IP address of the Raspberry Pi. Update `bin/data/config.json` with the IP address of your Raspberry Pi and launch the app! -**Warning!** Sources are not being sent. Click once with the mouse after the application launches to see the borders of the surfaces. There should be a green rectangle visible in the top left corner of the screen if the connection is successful. +**Warning!** Sources are not being sent. Click once with the mouse after the application launches to see the borders of the surfaces. There should be a green rectangle visible in the top left corner of the screen if the connection is successfull. ## Dependencies