lowercase readme.md (#1577)

Lowercasing `README.md` to match commit changing the readme and license files to lowercase 3fbf1b0dca
This commit is contained in:
Henrik 2017-02-23 11:02:36 +01:00 committed by Leo Lamprecht
parent 3fbf1b0dca
commit 1cd2620da0

View file

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