From 100f45a0d4fae3bdc1fa38126de54dfc0e024abb Mon Sep 17 00:00:00 2001 From: toastal Date: Fri, 1 Apr 2022 08:33:09 +0700 Subject: [PATCH] Minor typography fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most of the README uses typographic apostrophes (aka “curly”). This commit fixes that one non-matching one. It also turns the `--` into a proper em dash `—` as Markdown unlike AsciiDoc doesn’t support this transformation by default. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eba3d83..bdf4ff38 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can enter a development shell with all non-JavaScript dependencies via Nix: nix-shell ``` -> Alternately, you can install PureScript, Spago, and Zephyr manually. You can use NPM to install PureScript and Spago, and you can install the Zephyr binary [from its releases page](https://github.com/coot/zephyr/releases) -- ensure it exists in your PATH by moving it to `usr/bin/local`. +> Alternately, you can install PureScript, Spago, and Zephyr manually. You can use NPM to install PureScript and Spago, and you can install the Zephyr binary [from its releases page](https://github.com/coot/zephyr/releases)—ensure it exists in your PATH by moving it to `usr/bin/local`. Next, install JavaScript dependencies: @@ -71,7 +71,7 @@ To run the application in dev mode, you can run the command below: npm run serve-dev ``` -When you reload the application in the browser, `esbuild` will re-bundle the application using the latest compiled PureScript in the `output` directory. If you're using the PureScript language server, then this directory will be updated when you save files via incremental compilation. +When you reload the application in the browser, `esbuild` will re-bundle the application using the latest compiled PureScript in the `output` directory. If you’re using the PureScript language server, then this directory will be updated when you save files via incremental compilation. ## Learning PureScript