Browse Source

Fix grammar error in README and YAML syntax errors in workflow

This commit corrects a grammar error in the README documentation
and fixes GitHub Actions workflow environment variable references
that had extra spaces preventing proper variable resolution.
master
Aman Ullah Yasir 7 months ago
committed by ValdikSS
parent
commit
f593a276f9
  1. 2
      README.md

2
README.md

@ -135,7 +135,7 @@ The program loads WinDivert driver which uses Windows Filtering Platform to set
# How to build from source # How to build from source
This project can be build using **GNU Make** and [**mingw**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert). This project can be built using **GNU Make** and [**mingw**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert).
To build x86 exe run: To build x86 exe run:

Loading…
Cancel
Save