Skip to content

Commit 025e808

Browse files
committed
docs: fix typos in README
1 parent 23b6d77 commit 025e808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ machine every time I need to sign a binary - I can compile and build
1919
the binaries using Wine on my Linux machine, but I can't sign them
2020
since the signtool.exe makes good use of the CryptoAPI in Windows, and
2121
these APIs aren't (yet?) fully implemented in Wine, so the signtool.exe
22-
tool would fail. And, so, osslsigncode was born.
22+
tool would fail. And, so, osslsigncode was born.
2323

2424
## WHAT CAN IT DO?
2525

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

0 commit comments

Comments
 (0)