We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4ae57 commit 71617b7Copy full SHA for 71617b7
README.md
@@ -11,9 +11,9 @@ with libraries that allow parsing decrypted data, such as
11
12
Using CryptoOffice is easy:
13
14
-1. Add `import CryptoOffice` at the top of a relevant file.
+1. Add `import CryptoOffice` at the top of a relevant Swift source file.
15
2. Use `CryptoOfficeFile(path: String)` to create a new instance with a path to your encrypted file.
16
-3. Call `decrypt(password:)` on it to get decrypted data.
+3. Call `decrypt(password: String)` on it to get decrypted data.
17
4. Parse the decrypted data with a library appropriate for that format
18
([CoreXLSX](https://github.com/CoreOffice/CoreXLSX) in this example).
19
0 commit comments