Fixed a horrible, horrible typo

This commit is contained in:
Noikoio 2017-11-19 17:38:03 -08:00 committed by GitHub
parent 2a2808ccf2
commit e54fcc28bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ With the prerequisites installed, run the following commands:
```
$ git clone {{ site.github.clone_url }}
$ cd RegexBot
$ dotnet public -c Release -o output
$ dotnet publish -c Release -o output
```
You may see some warnings during this last step, but the build should still succeed. These warnings will be corrected in future releases.