Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit cdb9159

Browse files
committed
Merge pull request #26 from ezfe/patch-1
Fixed a typo in README.md
2 parents 46034c8 + 3c23c9f commit cdb9159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The simplest request with Just looks like this:
3737

3838
```swift
3939
// A simple get request
40-
Just.get("http://httpbib.org/get")
40+
Just.get("http://httpbin.org/get")
4141
```
4242

4343
The next example shows how to upload a file along with some data:

0 commit comments

Comments
 (0)