Skip to content

Commit

Permalink
✏️ fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 27, 2024
1 parent 8e2b54e commit 0fbe878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ expect(
QS.decode(
'%61=%82%b1%82%f1%82%c9%82%bf%82%cd%81%49',
DecodeOptions(
decoder: (str, {Encoding? charset, Format? format}) {
decoder: (str, {Encoding? charset}) {
if (str == null) {
return null;
}
Expand Down Expand Up @@ -1178,6 +1178,6 @@ expect(

---

Special thanks to the authors of [qs](https://github.com/ljharb/qs) for JavaScript:
Special thanks to the authors of [qs](https://www.npmjs.com/package/qs) for JavaScript:
- [Jordan Harband](https://github.com/ljharb)
- [TJ Holowaychuk](https://github.com/visionmedia/node-querystring)

0 comments on commit 0fbe878

Please sign in to comment.