Skip to content

Commit

Permalink
chore: renew readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edqe14 committed Jan 3, 2024
1 parent 6f83171 commit 060d9e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<div align="center">
<h1>UploadThing Laravel (WIP)</h1>
<h1>UploadThing Laravel</h1>

<p>Simple PHP port of <a href="https://docs.uploadthing.com/">UploadThing's UTApi library</a></p>

![GitHub License](https://img.shields.io/github/license/Edqe14/laravel-uploadthing)
![Packagist Downloads](https://img.shields.io/packagist/dm/edqe/laravel-uploadthing)
![GitHub issues](https://img.shields.io/github/issues/edqe14/laravel-uploadthing)

</div>

Expand Down Expand Up @@ -45,6 +47,8 @@ $uploadThing->getFileUrls(["fileKey1", "fileKey2"]);
$uploadThing->getUsageInfo();
```

### [API Reference](https://edqe14.github.io/laravel-uploadthing)

## 📄 License

[MIT](LICENSE)

0 comments on commit 060d9e8

Please sign in to comment.