From 1cd2620da02b883d2ee1ef52766f243cd1bac633 Mon Sep 17 00:00:00 2001 From: Henrik Date: Thu, 23 Feb 2017 11:02:36 +0100 Subject: [PATCH] lowercase readme.md (#1577) Lowercasing `README.md` to match commit changing the readme and license files to lowercase https://github.com/zeit/hyper/commit/3fbf1b0dcaf91580f81a7b4cdfbbfce9e0b5ce91 --- app/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/session.js b/app/session.js index a6caa734..13399b3c 100644 --- a/app/session.js +++ b/app/session.js @@ -8,7 +8,7 @@ const {getDecoratedEnv} = require('./plugins'); const {productName, version} = require('./package'); const config = require('./config'); -const createNodePtyError = () => new Error('`node-pty` failed to load. Typically this means that it was built incorrectly. Please check the `README.me` to more info.'); +const createNodePtyError = () => new Error('`node-pty` failed to load. Typically this means that it was built incorrectly. Please check the `readme.md` to more info.'); let spawn; try {