update index.html

This commit is contained in:
idk
2022-08-04 17:35:49 -04:00
parent c0cfc25980
commit 1f429ccd88
2 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,8 @@ maintained between usages of the same application in the same configuration.
This means that hidden services will maintain their identities, and that clients
will always have the same return addresses. If you don't want this behavior,
make sure to delete the "keystore" when your app closes or when your application
needs to cycle keys by calling the `Garlic.DeleteKeys()` function.
needs to cycle keys by calling the `Garlic.DeleteKeys()` or `Onion.DeleteKeys()
function. For more information, check out the [godoc](http://pkg.go.dev/github.com/eyedeekay/onramp).
Usage
-----

View File

@ -60,7 +60,12 @@
<code>
Garlic.DeleteKeys()
</code>
function.
or `Onion.DeleteKeys()
function. For more information, check out the
<a href="http://pkg.go.dev/github.com/eyedeekay/onramp" rel="nofollow">
godoc
</a>
.
</p>
<h2>
Usage