Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Christoph Hagen committed Feb 27, 2018
1 parent a958146 commit a4f400f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,19 +8,19 @@ environments.

You can install `libsignal-protocol-swift` through Cocoapods, by adding to your podfile:

```ruby
````ruby
pod libsignal-protocol-swift
```
````

## Library initialization

In contrast to `libsignal-protocol-c` there is no need to initialize a global
context or do any other setup before usage. `libsignal-protocol-swift` uses
the built-in `CommonCrypto` library for cryptographic functions. Simply:

```swift
````swift
import SignalProtocol
```
````

## Client install time

0 comments on commit a4f400f

Please sign in to comment.