From 67bef91b143cefae1d914e2d52cc9b8db6ec9940 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 12 Jan 2020 01:34:03 +0000 Subject: [PATCH] fix typo's in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cc848c..50bac23 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The full list of parts required for this project is as follows: - [2 x 1kΩ Resistor](https://www.amazon.co.uk/1K-Resistors-50-Pack-Electronics/dp/B00JGUE0L0) - [330nF Capacitor](https://www.alibaba.com/product-detail/ODOELEC-334-0-33uf-330nf-50v_60626664828.html) - [Breadboard](https://thepihut.com/products/raspberry-pi-breadboard-half-size) (Optional but recommended if you do not know how-to solder or you don't feel comfortable doing it) -- [Jumper Wires] (https://thepihut.com/products/rpi-premium-jumper-wires-40pk-male-female-100mm?_pos=18&_sid=4d08c5200&_ss=r)(I'm assuming you are using the breadboard. If are not, you might need different cables like Female-to-Female or ones without a connector on the ends) +- [Jumper Wires] (https://thepihut.com/products/rpi-premium-jumper-wires-40pk-male-female-100mm?_pos=18&_sid=4d08c5200&_ss=r) (I'm assuming you are using the breadboard. If are not, you might need different cables like Female-to-Female or ones without a connector on the ends) ### Initial Raspbian Set-up @@ -77,7 +77,7 @@ You can set the Pi up to automatically login to the desktop but the recommended #### Network Connections -Before installing the Raspberry Pi in its final location (exhibition), make sure it can connect to the galleries internet -- either via wi-fi or Ethernet cable. If you use an Ethernet cable, you do not need to do anything, but the wi-fi requires a little work on the command-line (if you are using a "headless" version of Rasbpian). If you are unsure how to connect to a router via wi-fi, use the following link to learn how: +Before installing the Raspberry Pi in its final location (gallery/exhibition), make sure it can connect to the galleries internet -- either via wi-fi or Ethernet cable. If you use an Ethernet cable, you do not need to do anything, but the wi-fi requires a little work on the command-line (if you are using a "headless" version of Rasbpian). If you are unsure how to connect to a router via wi-fi, use the following link to learn how: - [Raspbian Wi-Fi Tutorial](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md)