Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typos on p5js links #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ someElement.set({
});
```

The new **h1** and **p** elements will be appended to the element.
[p5js](https://editor.p5js.org/jht9629-nyu/sketches/Bv2yPxl9Y)

The new **h1** and **p** elements will be appended to the element.

---

<details>
Expand Down Expand Up @@ -682,7 +683,7 @@ DOM.set({
});
```

[p5jsj](https://editor.p5js.org/jht9629-nyu/sketches/66VL3dHNk)
[p5js](https://editor.p5js.org/jht9629-nyu/sketches/66VL3dHNk)

Classes in the classList can be bound to a binder as well. They changing value of _true_ or _false_ will determine if the class would be added or removed.

Expand Down Expand Up @@ -790,7 +791,7 @@ DOM.set({
});
```

## [p5js](https://editor.p5js.org/jht9629-nyu/sketches/X1REi2O0H)
[p5js](https://editor.p5js.org/jht9629-nyu/sketches/X1REi2O0H)

## DOM.get() and element.get()

Expand Down