Skip to content

Commit b0ff591

Browse files
Fix heading levels
Co-authored-by: Peter Law <[email protected]>
1 parent 0558bec commit b0ff591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/sr/cheat_sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ R.servo_board.servos[11].position = None
147147

148148
## Camera
149149

150-
## Taking a photo
150+
### Taking a photo
151151

152152
It can sometimes be useful to save a photo of what markers the robot can see:
153153

154154
~~~~~ python
155155
R.camera.save("my-photo.png")
156156
~~~~~
157157

158-
## Looking for markers
158+
### Looking for markers
159159

160160
You can take a photo with the camera and search for markers:
161161

0 commit comments

Comments
 (0)