diff --git a/README.md b/README.md index 25d7f97..fc70571 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,13 @@ To compile this code, just clone or download the master branch as a zip and ramp ## how to connect the wires Here's some code and schematic to connect your mightyohm.com geiger counter to the Internet of Things (IoT). -![Schematic](https://raw.githubusercontent.com/b4ckspace/esp8266-geigercounter/master/schematic.png "How to connect") +![Schematic](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/schematic.png "How to connect") +## images + +![](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/img-1.jpg|width=100) +![](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/img-2.jpg|width=100) +![](https://raw.githubusercontent.com/schinken/esp8266-geigercounter/master/images/img-3.jpg|width=100) ## license and credits diff --git a/images/img-1.jpg b/images/img-1.jpg new file mode 100644 index 0000000..84b155b Binary files /dev/null and b/images/img-1.jpg differ diff --git a/images/img-2.jpg b/images/img-2.jpg new file mode 100644 index 0000000..53ec297 Binary files /dev/null and b/images/img-2.jpg differ diff --git a/images/img-3.jpg b/images/img-3.jpg new file mode 100644 index 0000000..98c6078 Binary files /dev/null and b/images/img-3.jpg differ diff --git a/schematic.png b/images/schematic.png similarity index 100% rename from schematic.png rename to images/schematic.png