Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
js markdown
  • Loading branch information
positlabs authored Feb 18, 2023
1 parent 76b0311 commit 772b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ We use anime.js in web projects, so it was already part of our workflow. Instead

To illustrate, here's what one of our animation control scripts might look like, using anime.js and Promises. It's easy to understand, and easy to comment out large blocks for testing specific sections.

```
```javascript
hideIntroInstructions()
.then(showTitleCard)
.then(showHandInstruction)
Expand Down

0 comments on commit 772b4c3

Please sign in to comment.