Skip to content

Commit 252799e

Browse files
add Swift version and license badge
1 parent 05eb29a commit 252799e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
![Swift 4.2](https://img.shields.io/badge/Swift-4.2-blue.svg?style=flat)
2+
![License](https://img.shields.io/github/license/ReSwift/GitHubBrowserExample.svg?style=flat)
3+
4+
----
5+
16
Work-in-Progress Real World Example for Swift Flow.
27

38
This project is currently driving some API changes, so it is using newer APIs than provided by the latest Swift Flow releases.
@@ -31,4 +36,4 @@ Open `Credentials.swift` and enter the **Client ID** and the **Client Secret** o
3136
// Insert GitHub Token and Secret Here
3237
let gitHubClientId = ""
3338
let gitHubClientSecret = ""
34-
```
39+
```

0 commit comments

Comments
 (0)