From 52e6cc96da963fc82d1635e8d07a15da90b734a9 Mon Sep 17 00:00:00 2001 From: Derek Jury Date: Tue, 5 Mar 2024 16:39:04 -0400 Subject: [PATCH] chore: add settings.yml to make repo public (#58) --- .github/{settings.yaml => settings.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{settings.yaml => settings.yml} (100%) diff --git a/.github/settings.yaml b/.github/settings.yml similarity index 100% rename from .github/settings.yaml rename to .github/settings.yml diff --git a/README.md b/README.md index 75c17fe..7023634 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Go Client Library for Password Safe -The Go client library for Password Safe enables Go developers to easily manage passwords from Password Safe. It provide simplifications that significantly reduce the amount of code you need to write. +The Go client library for Password Safe enables Go developers to easily manage passwords from Password Safe. It provides simplifications that significantly reduce the amount of code you need to write. [![License](https://img.shields.io/badge/license-MIT%20-brightgreen.svg)](LICENSE)