summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3225f89..5288bc8 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
<pre>
memguard.CatchInterrupt()
-memguard.Purge()
-unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
+ memguard.Purge()
+ unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
</pre>
<ul>
<li><strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk</li>