Skip to content

Commit a7e4265

Browse files
authored
Update README.md
1 parent e067d7a commit a7e4265

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
@@ -85,9 +85,9 @@ Utilize the following method if an end-user requests to have their data deleted:
8585

8686
```c#
8787
private void ClearData()
88-
{
88+
{
8989
CMP.ClearAllData();
90-
}
90+
}
9191
```
9292

9393
In order to free memory, call `Dispose` as illustrated in the following example :

0 commit comments

Comments
 (0)