Skip to content

Commit 71617b7

Browse files
authored
Refine example steps wording in README.md
1 parent 0f4ae57 commit 71617b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ with libraries that allow parsing decrypted data, such as
1111

1212
Using CryptoOffice is easy:
1313

14-
1. Add `import CryptoOffice` at the top of a relevant file.
14+
1. Add `import CryptoOffice` at the top of a relevant Swift source file.
1515
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.
16+
3. Call `decrypt(password: String)` on it to get decrypted data.
1717
4. Parse the decrypted data with a library appropriate for that format
1818
([CoreXLSX](https://github.com/CoreOffice/CoreXLSX) in this example).
1919

0 commit comments

Comments
 (0)