Skip to content

Commit

Permalink
Merge branch 'master' of git.ozzuu.com:thisago/unifetch
Browse files Browse the repository at this point in the history
  • Loading branch information
thisago committed Sep 28, 2023
2 parents 678af01 + 65ac941 commit 20c59d8
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 @@ -37,15 +37,15 @@ is exactly the same and cache exists.
## Usage

```nim
from pkg/unifetch
import pkg/unifetch
echo fetch "https://example.com"
```

or

```nim
from pkg/unifetch
import pkg/unifetch
let
uni = newUniClient()
Expand Down

0 comments on commit 20c59d8

Please sign in to comment.