Skip to content

Commit 4382f8b

Browse files
committed
typo fixes
1 parent 2c87db4 commit 4382f8b

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
@@ -1,6 +1,6 @@
11
# Pinout Leaf Generator
22

3-
Pinout diagrams for micro controllers and other PCBs are well known, but it can be hard always comparing the pinout
3+
Pinout diagrams for microcontrollers and other PCBs are well known, but it can be hard always comparing the pinout
44
diagram with the real PCB, counting pins. One solution is to print out a diagram that has exactly the right size to push
55
the pins through the paper and have the labels right next to the actual pin.
66

@@ -13,7 +13,7 @@ The pins can be described by a simple YAML based description and the tool automa
1313
* **SVG Output:**
1414
* Generates clean, scalable SVG diagrams.
1515
* Default sizes match the real world PCB exactly, just print at 100%
16-
* Fully self contained, font and image resources are embedded into the file so it's fully portable
16+
* Fully self-contained, font and image resources are embedded into the file so it's fully portable
1717
* **Configuration:**
1818
* Define pinouts, board dimensions, labels, and types using simple YAML or JSON files.
1919
* Custom types allow control over colors and legend labels
@@ -143,11 +143,11 @@ There are the following predefined types, which you can use without defining the
143143

144144
### image
145145

146-
For nicer diagrams you can define background images (JPEG or PNG only) to use instead of a general green PCP background. You can set a front and back side image separately.
146+
For nicer diagrams you can define background images (JPEG or PNG only) to use instead of a general green PCB background. You can set a front and back side image separately.
147147

148148
Images can be referenced as local file or as URL. In both cases the generator will try to actually embed the image in the generated SVG as a dataurl.
149149

150-
By default your image will be stretched to exactly match the size defined by the pins. However you picture will probably not fit exactly. Using the `left`, `right`, `top` and `bottom` properties you can define offsets from the respective edges. Negative numbers will move the image edge outwards, postive numbers inwards. The offsets are given in one-hundreds of a millimeter, eg. 100 is 1mm. Best interactively experiment in the web editor until the image fits.
150+
By default, your image will be stretched to exactly match the size defined by the pins. However, you picture will probably not fit exactly. Using the `left`, `right`, `top` and `bottom` properties you can define offsets from the respective edges. Negative numbers will move the image edge outwards, postive numbers inwards. The offsets are given in one-hundreds of a millimeter, eg. 100 is 1mm. Best interactively experiment in the web editor until the image fits.
151151

152152
```yaml
153153
image:
@@ -167,7 +167,7 @@ image:
167167

168168
### offsets
169169

170-
By default the pin rows will sit on the edge of the defined board size. Sometimes you might want to define your board's size larger than the actual pin area is. You then can use the offsets setting to move a pi row further in.
170+
By default, the pin rows will sit on the edge of the defined board size. Sometimes you might want to define your board's size larger than the actual pin area is. You then can use the offsets setting to move a pi row further in.
171171

172172
For example the Raspberry Pi has two rows of Pins all the way to the right edge of a much larger board. In this case you might want to define the overall size of the board but then offset the left row of pins so it moves over nearly to the right edge.
173173

0 commit comments

Comments
 (0)