Skip to content

Commit 38ad8ef

Browse files
author
James Brundage
committed
docs: Updating README.md
More whitespace
1 parent 999dbf8 commit 38ad8ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,15 @@ $turtle |
119119
<img src='./Examples/Hexagon.svg' alt='Hexagon' width='50%' />
120120
</div>
121121
Because this Turtle generates SVG, we can also use it to create patterns.
122+
122123
~~~PowerShell
123124
124125
turtle ('Forward', 10, 'Rotate', 60 * 6) |
125126
Set-Turtle -Property Stroke '#4488ff' |
126127
Save-Turtle -Path ./Examples/HexagonPattern.svg -Property Pattern
127128
128129
~~~
130+
129131
<div align='center'>
130132
C:\Users\JamesBrundage\Documents\WindowsPowerShell\Modules\Turtle\Examples\HexagonPattern.svg
131133
<img src='./Examples/HexagonPattern.svg' alt='Hexagon Pattern' width='50%' />

0 commit comments

Comments
 (0)