From 49af3725d09474cb4cfc97354ae3d318f130631b Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Tue, 4 Nov 2014 16:31:58 +0100 Subject: [PATCH] Fix typo on link to usbSerialExamples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e957d33..d1a85b6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ try { ``` For a more complete example, see the -[UsbSerialExamples project](https://github.com/mik3y/usb-serial-for-android/blob/master/UsbSerialExamples) +[UsbSerialExamples project](https://github.com/mik3y/usb-serial-for-android/blob/master/usbSerialExamples) in git, which is a simple application for reading and showing serial data. A [simple Arduino application](https://github.com/mik3y/usb-serial-for-android/blob/master/arduino)