diff --git a/README.md b/README.md index 7632530..c5e116a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # ShiftRegister 74HC595 Arduino Library -This library simplifies shift registers usage. It allows, for instance, to set shift register pins just like normal Arduino pins: +This library simplifies the usage of shift registers. For instance, it allows to set pins of the shift register just like normal Arduino pins: ``` sr.set(1, HIGH) ``` -Please find the **documentation** at https://timodenk.com/blog/shift-register-arduino-library/. +Please find the detailed **documentation** at https://timodenk.com/blog/shift-register-arduino-library/. An **example** sketch can be found in this repository at [/examples/example/example.ino](https://github.com/Simsso/ShiftRegister74HC595/blob/master/examples/example/example.ino).