Skip to content

Commit 46322af

Browse files
author
Brad Kaiser
committed
Tweak text formatting slightly.
1 parent 6a1642c commit 46322af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ This Change
1515
-----------
1616
This change generalizes the vault Java driver to allow prefix paths to
1717
contain multiple path elements. That is, instead of restricting v2 paths
18-
to be v1/*something*/data/*anything*/*else* (e.g., for a read or write),
19-
paths can be v1/*my*/*long*/*prefix*/*path*/data/*anything*/*else*.
18+
to be **v1**/*something*/**data**/*anything*/*else* (e.g., for a read or write),
19+
paths can be **v1**/*my*/*long*/*prefix*/*path*/**data**/*anything*/*else*.
2020
The length of the prefix path in path elements, or the prefix path itself
2121
(from which the length in path elements can be derived) is passed in the
2222
VaultConfig build sequence. This allows Vault administrators greater
2323
flexibility in configuring the system.
2424

25-
The default behavior is to use a prefix path length of one, which makes
26-
the library's behavior backwards-compatible with v5.0.0.
25+
The default is a prefix path length of one, which makes the library's
26+
behavior backwards-compatible with v5.0.0.
2727

2828
Table of Contents
2929
-----------------

0 commit comments

Comments
 (0)