Skip to content

Commit

Permalink
Make minor README fixes
Browse files Browse the repository at this point in the history
Switching from the relative to the absolute file url so that the link
will work from PyPI, etc as well.
  • Loading branch information
andreaso committed Aug 2, 2023
1 parent d10c14b commit 8f0f392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hashicorp Vault for GitHub Apps
# HashiCorp Vault for GitHub Apps

Python library for using [HashiCorp Vault][1]'s [Transit Engine][2] to
manage a GitHub App's private RSA key. More precisely, the library
Expand All @@ -18,7 +18,7 @@ pip install hv4gha
## Usage

In addition to the examples below see also the
[hv4gha/entry.py](hv4gha/entry.py) docstrings.
[hv4gha/entry.py](https://github.com/andreaso/hv4gha/blob/main/hv4gha/entry.py) docstrings.

### Import App key

Expand Down

0 comments on commit 8f0f392

Please sign in to comment.