Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Oct 30, 2024
1 parent a2f9c83 commit 999c29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added .github/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/openpeeps/multipart/blob/main/.github/logo.png" width="90px"><br>
<img src="https://github.com/openpeeps/multipart/blob/main/.github/logo.png" width="140px"><br>
A simple, fault tolerant multipart parser 👑 Written in Nim language
</p>

Expand All @@ -15,13 +15,12 @@
## 😍 Key Features
- [x] Framework agnostic
- [x] On-the-Fly Content validation via Callbacks
- [x] Fault tolerant. Skips invalid boundaries

## Examples
todo. See `/tests`

### Need a input validator?
If you're looking for a full input validator you can use `openpeeps/bag` package to validate input data, forms,
If you're looking for a full featured input validator you can use `openpeeps/bag` package to validate input data, forms,
including `multipart/form-data`. Give a try https://github.com/openpeeps/bag

### ❤ Contributions & Support
Expand Down

0 comments on commit 999c29c

Please sign in to comment.