diff --git a/.github/logo.png b/.github/logo.png new file mode 100644 index 0000000..fa6007e Binary files /dev/null and b/.github/logo.png differ diff --git a/README.md b/README.md index d625a95..431ba66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-
+
A simple, fault tolerant multipart parser 👑 Written in Nim language

@@ -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