From b5a4a991569c9e734e1c6eb639d127ea48750179 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 10 Mar 2020 18:05:40 +0200 Subject: [PATCH] Update formatting in example wpa_supplicant config. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 550b861..f550ecf 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ Easy-to-use **Raspberry Pi** image for booting directly into **full-screen Chrom ### Automatic WiFi setup 1. After flashing remount your SD card. -2. Create a wpa_supplicant.conf in your SD cards boot folder +2. Create a `wpa_supplicant.conf` in your SD cards boot folder 3. Copy the [sample wpa_supplicant.conf](#sample-wpasupplicantconf) file into the boot folder on the SD card. 4. Replace `WiFi-SSID` and `WiFi-PASSWORD` with your WiFi configuration. -5. *Optional*: Set the country code to your country code e.g. DE. +5. Optional: Set the country code to your country code e.g. `DE`. #### Sample wpa_supplicant.conf ``` @@ -47,9 +47,9 @@ update_config=1 country=US network={ - ssid="WiFi-SSID" - psk="WiFi-PASSWORD" - key_mgmt=WPA-PSK + ssid="WiFi-SSID" + psk="WiFi-PASSWORD" + key_mgmt=WPA-PSK } ```