Skip to content

Commit baa6d48

Browse files
authored
fix typos
1 parent 6be0fcc commit baa6d48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ si -v
4444
Create sth_rpi_config.json:
4545
```
4646
{
47-
"runtimeAdapter": "process",
48-
"safeOperationLimit": 128,
49-
"instanceRequirements": { "freeMem": 64 }
47+
"runtimeAdapter": "process",
48+
"safeOperationLimit": 128,
49+
"instanceRequirements": { "freeMem": 64 }
5050
}
5151
```
5252
**or** sth_rpi_config.yml:
@@ -105,12 +105,12 @@ these values are respectively: chip temperature in Celcius degrees, disk usage a
105105
## FAQ Troubleshooting :collision:
106106
### Why my computer doesn't see the Raspberry?
107107

108-
Raspberry Team have removed deafault user. If you created image with non official imager (eg. balenaEtcher), you need to create userconf.txt (in the boot root directory) and add the following line:
108+
Raspberry Team have removed default user. If you created image with non official imager (eg. balenaEtcher), you need to create userconf.txt (in the boot root directory) and add the following line:
109109
```
110110
pi:$6$/XOZsG1X0IAbhXB0$wYZHRkvib0SUKQA3KVAxofPR.JsFAbI2NCue2znGvhRsQobVdllFXyQZ7fMSvAoyEj8MfHtkMeSZT7IRIixg01
111111
112112
```
113-
this step will enable deafault user (user: pi, password: raspberry).
113+
this step will enable default user (user: pi, password: raspberry).
114114

115115
### I made some changes in my code, how to rebuild the sequence?
116116

0 commit comments

Comments
 (0)