Skip to content

Commit

Permalink
readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed Jul 3, 2024
1 parent 6fcaa7c commit 23aa90a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@someaspy/pet-pet-gif",
"version": "2.0.3",
"version": "2.0.5",
"description": "Given an avatar, generate a petting gif (known as \"petpet\" or \"pet the\").",
"main": "dist/index.js",
"type": "module",
Expand Down
10 changes: 4 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# pet-pet-gif

## Quick patch to add TS and use fix building in edge cases
## Quick patch to add TS and fix building in edge cases

Install using `pnpm i @someaspy/pet-pet-gif`

Changes:

Expand All @@ -26,10 +28,6 @@ You can also try it out on <https://hellist.com/discord> (with the `;pet` comman

## Usage

`pnpm i pet-pet-gif`

Basic usage:

```ts
import petPetGif from "./index.js"
import { writeFileSync } from "fs"
Expand Down Expand Up @@ -58,4 +56,4 @@ writeFileSync('petted.gif', animatedGif)

Feel free to submit feature requests by [clicking here](https://github.com/someaspy/pet-pet-gif/issues/new) - I'd probably be happy to implement them!

Or make a pull request :).
Or make a pull request :)

0 comments on commit 23aa90a

Please sign in to comment.