From 025e808c014c75fae6769ebc5d96321fa38fb181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Fri, 20 Jun 2025 16:25:30 +0200 Subject: [PATCH] docs: fix typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3adaf4d..834ad05 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ machine every time I need to sign a binary - I can compile and build the binaries using Wine on my Linux machine, but I can't sign them since the signtool.exe makes good use of the CryptoAPI in Windows, and these APIs aren't (yet?) fully implemented in Wine, so the signtool.exe -tool would fail. And, so, osslsigncode was born. +tool would fail. And, so, osslsigncode was born. ## WHAT CAN IT DO? @@ -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 -key \ -n "Your Application" -i http://www.yourwebsite.com/ \