Fixed typo

This fixes and closes issue #24.
This commit is contained in:
Jeff Alyanak 2019-06-03 10:07:00 -04:00
parent 0bf742c601
commit 19d3949b9d
No known key found for this signature in database
GPG Key ID: DD0CB89C105B276F

View File

@ -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: With your pre-requisites installed, begin the installation of BitBetter by downloading it through Github or using the git command:
```bash ```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. 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
<a name="#f1"><sup>1</sup></a> 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. <a name="#f1"><sup>1</sup></a> 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.
<a name="#f2"><sup>2</sup></a>This tool build ontop of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script. <a name="#f2"><sup>2</sup></a>This tool build ontop of the `bitbetter/api` container image so make sure you've built that above using the root `./build.sh` script.