From d1bce873590d955df47090ed3cc27860072d035d Mon Sep 17 00:00:00 2001 From: Michiel Hazelhof Date: Mon, 2 Jan 2023 21:09:45 +0100 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651d273..68c4ff6 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,6 @@ UPDATE: Bitwarden now offers a cheap license called [Families Organization](http # Footnotes -2This tool builds on top of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script. +1This tool builds on top of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script. -1 If you wish to change this you'll need to change the value that `licenseGen/Program.cs` uses for its `GenerateUserLicense` and `GenerateOrgLicense` calls. Remember, this is really unnecessary as this certificate does not represent any type of security-related certificate. +2 If you wish to change this you'll need to change the value that `licenseGen/Program.cs` uses for its `GenerateUserLicense` and `GenerateOrgLicense` calls. Remember, this is really unnecessary as this certificate does not represent any type of security-related certificate.