Skip to content

Commit c6e7ca3

Browse files
committed
Update with suggested changes
1 parent d6d45d3 commit c6e7ca3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ following Adafruit Learn guide: [How to add a New Board to the circuitpython.org
77

88
1. Duplicate `template.md` to `_board/<board id>.md`.
99
2. Edit `_board/<board id>.md` according to the template's instructions.
10-
3. In your `_board/<board id>.md` you will specifigy a `board_image`. Create 3
10+
3. In your `_board/<board id>.md` you will specify a `board_image`. Create 3
1111
versions of this file, in the following sizes and folder locations:
1212

1313
|Size|File|Dimensions (px)|
@@ -17,13 +17,10 @@ versions of this file, in the following sizes and folder locations:
1717
|Large|assets/images/large/{board_image}|800 x 600|
1818
|Small|assets/images/small/{board_image}|300 x 225|
1919

20-
> For more information on preferred images see
20+
> For more information on preferred images or if you prefer or must use 13:10 see
2121
> [Preparing the Images](https://learn.adafruit.com/how-to-add-a-new-board-to-the-circuitpython-org-website/preparing-the-images)
2222
> in the Adafruit Learn guide
2323
24-
25-
4. Process the in something like https://squoosh.app/ to reduce file size. If
26-
you only have one image, place it in the 'original' folder.
2724
5. Create a pull request with the file changes.
2825

2926
**To test your changes locally:**

0 commit comments

Comments
 (0)