From 9acd85bb657b1fc43c5088c91dd4e1b558c16964 Mon Sep 17 00:00:00 2001 From: Robert Barat Date: Fri, 14 Dec 2018 08:37:08 -0500 Subject: [PATCH] README: fix typo (#723) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4acbd..ef7fe65 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ To support conversion of a `.png` or `.ico` into a `.icns` for a packaged macOS ## How it works -A template app with the appropriate plumbing is included in the `./app` folder. When `nativefier` is ran, this template is parameterized, and packaged using [Electron Packager](https://github.com/electron-userland/electron-packager). +A template app with the appropriate plumbing is included in the `./app` folder. When `nativefier` is run, this template is parameterized, and packaged using [Electron Packager](https://github.com/electron-userland/electron-packager). In addition, I built [GitCloud](https://github.com/jiahaog/gitcloud) to use GitHub as an icon index, and also the [pageIcon](https://github.com/jiahaog/page-icon) fallback to infer a relevant icon from a URL.