Skip to content

Commit 91ada81

Browse files
committed
Update documentation
1 parent f19721b commit 91ada81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class FormCrypt( object ):
8989
"""
9090
```
9191

92-
The strings paramaeter expects a dictionary where each key value pair represents a macro definition name & it's corresponding ciphertext value.
92+
The strings parameter expects a dictionary where each key value pair represents a macro definition name & it's corresponding ciphertext value.
9393
9494
###### Creating a FormCrypt object
9595
```py
@@ -113,7 +113,7 @@ enc_buf.write_to_dir( outdir='C:\\MyProjects\\Project1' )
113113

114114
### Integration Into Your Codebase
115115

116-
Include the **FormCrypt.h** in the part of your project codebase where you need to access the functions or strings. By default, the structures are defined globally in the **FormCrypt.h** header file. You can move these to a local function if desired.
116+
Include the **FormCrypt.h** header file in the part of your project codebase where you need to access the functions or strings. By default, the structures are defined globally in the **FormCrypt.h** header file. You can move these to a local function if desired.
117117

118118
#### FormCrypt.h Exports
119119
| Name | Type | Description |

0 commit comments

Comments
 (0)