Skip to content

Commit db202f3

Browse files
authored
Update README for hotspot command formatting
1 parent c444416 commit db202f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raspberrypi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Ensure you have the right developer tools.
2323
**sudo apt install -y build-essential bc dkms git**
2424

2525
### Starting the hotspot
26-
To broadcast the hotspot, run the following command to create a hotspot, replacing the <hotspot name> and <hotspot password> placeholders with a hotspot name and password of your choice
26+
To broadcast the hotspot, run the following command to create a hotspot, replacing the [hotspot name] and [hotspot password] placeholders with a hotspot name and password of your choice
2727

28-
**$ sudo nmcli device wifi hotspot ssid <hotspot name> password <hotspot password> ifname wlan1**
28+
**$ sudo nmcli device wifi hotspot ssid [hotspot name] password [hotspot password] ifname wlan1**
2929

3030
### Accessing the Raspberry Pi
3131

0 commit comments

Comments
 (0)