Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored May 29, 2020
1 parent 9ab3e26 commit b340747
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ with libraries that allow parsing decrypted data, such as

## Example

CryptoOffice API is trivial, use `CryptoOfficeFile(path: String)` to create a
new instance with a path to your encrypted file. Then call `decrypt(password:)`
on it to get the decrypted data:
Using CryptoOffice is easy:

1. Add `import CryptoOffice` at the top of a relevant file.
2. Use `CryptoOfficeFile(path: String)` to create a
new instance with a path to your encrypted file.
3. Call `decrypt(password:)` on it to get the decrypted data:

```swift
import CoreXLSX
Expand Down

0 comments on commit b340747

Please sign in to comment.