From 19d3949b9d431adbe6a6c1ea904fa23e722503e4 Mon Sep 17 00:00:00 2001 From: Jeff Alyanak Date: Mon, 3 Jun 2019 10:07:00 -0400 Subject: [PATCH] Fixed typo This fixes and closes issue #24. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f5707c..9c07f7c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Aside from docker, which you also need for Bitwarden, BitBetter requires the fol With your pre-requisites installed, begin the installation of BitBetter by downloading it through Github or using the git command: ```bash -git clone https://github.com/online-stuff/BitBetter.git +git clone https://github.com/jakeswenson/BitBetter.git ``` First, we need to add the correct version of Newtonsoft.Json to the license generator and the BitBetter docker directories. @@ -140,4 +140,4 @@ I'm still in the testing/evaluating phase. If I am hosting the server/data, let 1 If you wish to change this you'll need to change the value that `src/licenseGen/Program.cs` uses for it's `GenerateUserLicense` and `GenerateOrgLicense` calls, but this is really unnecessary as this certificate does not represent any type of security issue. -2This tool build ontop of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script. \ No newline at end of file +2This tool build ontop of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script.