Skip to content

Commit 0e97beb

Browse files
authored
Update README.md
Prep for 1.0.0 Alpha
1 parent 71b78cb commit 0e97beb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
This package provides a Swift implementation of the [WebAuthn API](https://w3c.github.io/webauthn) focused on making it
44
easy to leverage the power of WebAuthn.
55

6-
🚨 This library is a proof of concept - do not use it in production yet!
7-
86
## Getting Started
97

108
**Adding the dependency**
119

1210
Add the following entry in your `Package.swift` to start using `WebAuthn`:
1311

1412
```swift
15-
.package(url: "https://github.com/swift-server/webauthn-swift.git", branch: "main")
13+
.package(url: "https://github.com/swift-server/webauthn-swift.git", from: "1.0.0-alpha")
1614
```
1715

1816
and `WebAuthn` dependency to your target:

0 commit comments

Comments
 (0)