docs: fix typos in README

This commit is contained in:
Michał Trojnara
2025-06-20 16:25:30 +02:00
parent 23b6d7782c
commit 025e808c01

View File

@ -124,7 +124,7 @@ You can use a certificate and key stored in a PKCS#12 container:
-n "Your Application" -i http://www.yourwebsite.com/ \
-in yourapp.exe -out yourapp-signed.exe
```
To sign a CAB file containing java class files:
To sign a CAB file containing Java class files:
```
osslsigncode sign -certs <cert-file> -key <key-file> \
-n "Your Application" -i http://www.yourwebsite.com/ \