Interactive server now uses kvv2 so update text

This commit is contained in:
Jeff Mitchell 2018-05-23 09:59:52 -04:00
parent ddf90c4f38
commit 8a9cd42fe9

View file

@ -102,13 +102,13 @@
it without Vault. it without Vault.
</p> </p>
<p> <p>
<code>vault write secret/hello value=world</code> <code>vault kv put secret/morning weather=sunny</code>
</p> </p>
<p> <p>
Of course, you can then read this data too: Of course, you can then read this data too:
</p> </p>
<p> <p>
<code>vault read secret/hello</code> <code>vault kv get secret/morning</code>
</p> </p>
</script> </script>