-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d71e0c0
commit 708b6cd
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
FaunaDB's Swift driver is now "community-supported". New features won't be exposed in the driver unless the necessary changes are contributed by a community member. Please email [email protected] if you have any questions/concerns, or would like to take a more active role in the development of the driver (eg. partnering with us and operating as a "maintainer" for the driver). | ||
|
||
[](http://cocoapods.org/pods/FaunaDB) | ||
[](https://codecov.io/gh/fauna/faunadb-swift) | ||
[](https://raw.githubusercontent.com/fauna/faunadb-swift/master/LICENSE) | ||
[](https://codecov.io/gh/fauna/faunadb-swift) | ||
[](https://raw.githubusercontent.com/fauna/faunadb-swift/main/LICENSE) | ||
|
||
A Swift driver for [FaunaDB](https://fauna.com) | ||
|
||
|
@@ -19,7 +19,7 @@ A Swift driver for [FaunaDB](https://fauna.com) | |
Check out the Swift-specific [reference documentation](http://fauna.github.io/faunadb-swift/). | ||
|
||
You can find more information in the FaunaDB [documentation](https://docs.fauna.com/) | ||
and in our [example project](https://github.com/fauna/faunadb-swift/tree/master/Example). | ||
and in our [example project](https://github.com/fauna/faunadb-swift/tree/main/Example). | ||
|
||
## Using the Driver | ||
|
||
|
@@ -88,7 +88,7 @@ let post: Post = try! getPost.map { dbEntry in dbEntry.get("data") } | |
``` | ||
|
||
For more examples, check our online [documentation](https://docs.fauna.com/) | ||
and our [example project](https://github.com/fauna/faunadb-swift/tree/master/Example). | ||
and our [example project](https://github.com/fauna/faunadb-swift/tree/main/Example). | ||
|
||
## Contributing | ||
|
||
|