Skip to content

Commit

Permalink
change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikod committed Oct 28, 2020
1 parent e764983 commit 8e1c308
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ API docs: [Wiki](https://ikod.github.io/dlang-requests/)

### Library configurations ###

This library can either use standard `std.socket` library or [`vibe.d`](http://vibed.org) for network IO. By default this library uses the standard `std.socket` configuration called `std`. To build `vibed` variant, use the `vibed` configuration:
This library doesn't use vibe-d but it can work with vibe-d sockets for network IO, so you can use requests in your vibe-d applications. To build `vibe-d` variant, **with `requests` ver 2.x** use

```json
"dependencies": {
"requests:vibed": "~>2"
}
```
For requests 1.x use subConfiguration:

```json
"dependencies": {
Expand Down

0 comments on commit 8e1c308

Please sign in to comment.