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