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

Commit 7c48460

Browse files
committed
Merge branch 'master' of github.com:JustHTTP/Just
2 parents 94ea2c9 + cdb9159 commit 7c48460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Just/Just.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class HTTPResult : NSObject {
8282
if let error = self.error {
8383
return error.localizedDescription
8484
}
85-
return "Unkown"
85+
return "Unknown"
8686
}
8787

8888
public var isRedirect:Bool {

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)