Skip to content

Commit

Permalink
Fix titles of API, SDKs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
  • Loading branch information
cipherboy committed Mar 6, 2024
1 parent d2ec61c commit bf4de2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions api/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Vault API
OpenBao API
=================

This provides the `github.com/openbao/openbao/api` package which contains code useful for interacting with a Vault server.
This provides the `github.com/openbao/openbao/api` package which contains code useful for interacting with an OpenBao or Vault server.

For examples of how to use this module, see the [vault-examples](https://github.com/hashicorp/vault-examples) repo.
For a step-by-step walkthrough on using these client libraries, see the [developer quickstart](https://www.vaultproject.io/docs/get-started/developer-qs).
For examples of how to use this module, see the test suite contained
within OpenBao or [vault-examples](https://github.com/hashicorp/vault-examples)
repo from HashiCorp.

[![GoDoc](https://godoc.org/github.com/openbao/openbao/api?status.png)](https://godoc.org/github.com/openbao/openbao/api)
[![GoDoc](https://godoc.org/github.com/openbao/openbao/api?status.png)](https://godoc.org/github.com/openbao/openbao/api)
6 changes: 3 additions & 3 deletions sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Vault SDK libs
OpenBao SDK libs
=================

This package provides the `sdk` package which contains code useful for
developing Vault plugins.
developing OpenBao plugins.

Although we try not to break functionality, we reserve the right to reorganize
the code at will and may occasionally cause breaks if they are warranted. As
such we expect the tag of this module will stay less than `v1.0.0`.

For any major changes we will try to give advance notice in the CHANGES section
of Vault's CHANGELOG.md.
of OpenBao's CHANGELOG.md.

0 comments on commit bf4de2a

Please sign in to comment.