Skip to content

Commit 55ba423

Browse files
author
Sefa Ilkimen
committed
update readme to include tough-cookie
1 parent 7f34201 commit 55ba423

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,13 @@ cordova.plugin.http.downloadFile("https://google.com/", {
293293

294294
## Libraries
295295

296-
This plugin utilizes some awesome open source networking libraries. These are both MIT licensed:
296+
This plugin utilizes some awesome open source libraries:
297297

298-
- iOS - [AFNetworking](https://github.com/AFNetworking/AFNetworking)
299-
- Android - [http-request](https://github.com/kevinsawicki/http-request)
298+
- iOS - [AFNetworking](https://github.com/AFNetworking/AFNetworking) (MIT licensed)
299+
- Android - [http-request](https://github.com/kevinsawicki/http-request) (MIT licensed)
300+
- Cookie handling - [tough-cookie](https://github.com/salesforce/tough-cookie) (BSD-3-Clause licensed)
300301

301-
We made a few modifications to both of them.
302+
We made a few modifications to the networking libraries.
302303

303304
## Contribute & Develop
304305

0 commit comments

Comments
 (0)