You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,17 +378,37 @@ Emitted when the entire request has been received, and all contained files have
378
378
form.on('end', () => {});
379
379
```
380
380
381
-
## License
381
+
## Ports & Credits
382
382
383
-
Formidable is licensed under the [MIT License][license-url].
383
+
-[multipart-parser](http://github.com/FooBarWidget/multipart-parser): a C++ parser based on formidable
384
+
-[Ryan Dahl](http://twitter.com/ryah) for his work on [http-parser](http://github.com/ry/http-parser) which heavily inspired the initial `multipart_parser.js`.
384
385
385
-
## Ports
386
+
## Contributing
386
387
387
-
-[multipart-parser](http://github.com/FooBarWidget/multipart-parser): a C++ parser based on formidable
388
+
If the documentation is unclear or has a typo, please click on the page's `Edit`
389
+
button (pencil icon) and suggest a correction. If you would like to help us fix a bug or add a new feature, please check our
390
+
[Contributing Guide](./CONTRIBUTING.md). Pull requests are welcome!
391
+
392
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
0 commit comments