2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Update README.md

This commit is contained in:
Nick Uraltsev
2016-11-17 22:17:53 -08:00
committed by GitHub
parent 858e64c9a4
commit 5faebabcd8
+1 -1
View File
@@ -520,7 +520,7 @@ By default, axios serializes JavaScript objects to `JSON`. To send data in the `
### Browser
In a browser, you can use [`URLSearchParam`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) as follows:
In a browser, you can use the [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) API as follows:
```js
var params = new URLSearchParams();