From 845778c0453ff0042203f92db813fbec790829b2 Mon Sep 17 00:00:00 2001 From: lyra Date: Sun, 3 Jan 2021 20:34:22 +0100 Subject: [PATCH] typo (#790) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 635b5391b..efa0d97d2 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ Please note that, due to the complex interactions when forming ligations, cherry To build Iosevka you should: 1. Ensure that [`nodejs`](http://nodejs.org) (≥ 12.16.0) and [`ttfautohint`](http://www.freetype.org/ttfautohint/) are present, and accessible from `PATH`. -2. Run `npm install`. This command will install **all** the NPM dependenceis, and will also validate whether external dependencies are present. +2. Run `npm install`. This command will install **all** the NPM dependencies, and will also validate whether external dependencies are present. 3. `npm run build -- contents::iosevka`. You will find TTFs, as well as WOFF(2) web fonts and one Webfont CSS in the `dist/` directory.