Skip to content

Commit ab7f2f3

Browse files
authored
Update README.md
1 parent ae85039 commit ab7f2f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ endShape();
233233
```
234234

235235
</td></tr>
236+
</table>
237+
238+
<table>
239+
<tr><th>p5.js 1.x</th><th>p5.js 2.x</th></tr>
236240
<tr><td>
237241

238242
```js
@@ -258,7 +262,7 @@ function setup() {
258262
// Stop drawing the shape.
259263
endShape();
260264

261-
describe('White puzzle piece on a gray background.');
265+
describe('White puzzle piece on gray background.');
262266
}
263267
```
264268
</td><td>
@@ -291,7 +295,7 @@ function setup() {
291295
// Stop drawing the shape.
292296
endShape();
293297

294-
describe('White puzzle piece on a gray background.');
298+
describe('White puzzle piece on gray background.');
295299
}
296300
```
297301

0 commit comments

Comments
 (0)