README: fix typo (#723)

This commit is contained in:
Robert Barat 2018-12-14 08:37:08 -05:00 committed by Ronan Jouchet
parent ae3eafe653
commit 9acd85bb65
1 changed files with 1 additions and 1 deletions

View File

@ -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.