Updated Chocolatey section

Previously, the section header was a "###" header, and I changed it to a "####" header like all the other install variants so it is the same level header. I also added uninstall instructions like the other sections had.
This commit is contained in:
Eate 2018-11-26 08:09:47 -08:00 committed by GitHub
parent b7c4562b85
commit 948a04122a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ brew cask install etcher
brew cask uninstall etcher
```
### Chocolatey (Windows)
#### Chocolatey (Windows)
This package is maintained by [@majkinetor](https://github.com/majkinetor), and
is kept up to date automatically.
@ -138,6 +138,12 @@ is kept up to date automatically.
choco install etcher
```
##### Uninstall
```
choco uninstall etcher
```
Support
-------