From 6cdc2cdc58e6ed280b106032b93ab12712b04164 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Mon, 26 Aug 2024 19:07:26 +0300 Subject: [PATCH] docs(readme): Fix links and typos (#145) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0b011e..bc387b0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Depending on your project, such usage may or may not continue to function with l Build your fonts without installing or running anything locally! Just push your sources to a remote Git repository and let Fontship do the rest. -For use with Github Actions, add a configuration file to your repository such as `.github/workflow/fontship.yml`: +For use with Github Actions, add a configuration file to your repository such as `.github/workflows/fontship.yml`: ```yaml name: Fontship @@ -100,7 +100,7 @@ Otherwise to install and use locally from source, you’ll need some dependencie * GNU `make` (4.2+) with corresponding autoconf tools, * Python 3 plus assorted modules, see *requirements.txt* file, * Rust tools including `cargo` and `rustc` to build the CLI, -* And a handfull of other font related CLI utilities, namely: `sfn2woff-zopfli`, `psautohint`, `ttfautohint`, and `woff2_compress`. +* And a handfull of other font related CLI utilities, namely: `sfnt2woff-zopfli`, `psautohint`, `ttfautohint`, and `woff2_compress`. To install the software to your computer, either clone this repository and run `./bootstrap.sh` or [download and extract the latest release](https://github.com/theleagueof/fontship/releases), then run: