From 40f77fc5e8d8b7419cebd49c7990485d1bb6f0fe Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 12 May 2024 00:23:45 -0300 Subject: [PATCH] s|hardenedbsd|HardenedBSD|g --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9978eb7..0be35c2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ## About bsdcontrol.rb provides Ruby bindings for libhbsdcontrol from the -[hardenedbsd](https://hardenedbsd.org) project. +[HardenedBSD](https://HardenedBSD.org) project. ## Examples __Features__ -The first example prints a list of hardenedbsd features that +The first example prints a list of HardenedBSD features that can be enabled, disabled or restored to the system default: ``` ruby @@ -62,7 +62,7 @@ A complete API reference is available at **Rubygems.org** -bsdcontrol.rb can be installed via rubygems.org. +bsdcontrol.rb can be installed via rubygems.org: gem install bsdcontrol.rb @@ -70,7 +70,7 @@ bsdcontrol.rb can be installed via rubygems.org. * [GitHub](https://github.com/0x1eef/bsdcontrol.rb) * [GitLab](https://gitlab.com/0x1eef/bsdcontrol.rb) -* [git.hardenedbsd.org](https://git.hardenedbsd.org/0x1eef/bsdcontrol.rb) +* [git.HardenedBSD.org](https://git.HardenedBSD.org/0x1eef/bsdcontrol.rb) ## License