Skip to content

Commit

Permalink
docs: update api docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhudson authored Nov 2, 2023
1 parent 372221f commit ae38d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A JavaScript module for importing, creating, manipulating, and exporting PXON data.
> [Full API Documentation →](https://thematthewhudson.com/pxon/)
> [Full API Documentation →](https://matthewhudson.github.io/pxon/)
![Main Workflow](https://github.com/matthewhudson/pxon/actions/workflows/main.yml/badge.svg)
[![Coverage Status](https://codecov.io/github/matthewhudson/pxon/branch/main/graph/badge.svg?token=aOmuqvyy4J)](https://codecov.io/github/matthewhudson/pxon)
Expand Down Expand Up @@ -65,7 +65,7 @@ for (let [key, pixel] of pxon.pixels) {
console.log(pxon.export());
```

### [Full API Documentation →](https://thematthewhudson.com/pxon/)
### [Full API Documentation →](https://matthewhudson.github.io/pxon/)

## Additional Resources

Expand Down

0 comments on commit ae38d44

Please sign in to comment.