From 812e2f747e5ddaa87aa31c5ecab9fbb56751067b Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Mon, 11 May 2020 23:58:08 +0200 Subject: [PATCH] fixed spelling --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5f2b9be..01361a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FTDI_simple_alarm -Use an USB-Serial Converter like the FT232RL for activating an buzzer. Simple and cheap (~1,75€) +Use a USB-Serial Converter like the FT232RL for activating a buzzer. Simple and cheap (~1,75€) ## Features: * works on GNU/Linux only @@ -23,19 +23,19 @@ Use an USB-Serial Converter like the FT232RL for activating an buzzer. Simple an ### Commmon Distributions -Make shure the device is recocntied as ttyUSB after plug in with `dmesg`. -Edit the alarm.sh with your device name, like `/dev/ttyUSB0` -run `bash ./alarm.sh` for starting the alarm. +Make shure the device is recocntied as ttyUSB after plug in with `dmesg`.
+Edit the alarm.sh with your device name, like `/dev/ttyUSB0`.
+Run `bash ./alarm.sh` for starting the alarm.
### openWrt -`opkg update` -`opkg install kmod-usb-serial` -`opkg install kmod-usb-serial-ftdi` +`opkg update`
+`opkg install kmod-usb-serial`
+`opkg install kmod-usb-serial-ftdi`
-Make shure the device is recocntied as ttyUSB after plug in with `dmesg`. -Edit the alarm.sh with your device name, like `/dev/ttyUSB0` -run `bash ./alarm.sh` for starting the alarm. +Make shure the device is recocntied as ttyUSB after plug in with `dmesg`.
+Edit the alarm.sh with your device name, like `/dev/ttyUSB0`.
+Run `bash ./alarm.sh` for starting the alarm.
### Service todo \ No newline at end of file