Merge pull request #5573 from insleep/patch-1

Fix "ipaddress" typo
This commit is contained in:
DubhAd 2018-06-19 21:18:10 +01:00 committed by GitHub
commit ce550b9f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Connect to the Raspberry Pi over SSH. Default password is `raspberry`.
You will need to enable SSH access. The Raspberry Pi website has instructions [here](https://www.raspberrypi.org/documentation/remote-access/ssh/).
```bash
$ ssh pi@ipadress
$ ssh pi@ipaddress
```
Changing the default password is encouraged.