Skip to content

Commit

Permalink
lowercase readme.md (#1577)
Browse files Browse the repository at this point in the history
Lowercasing `README.md` to match commit changing the readme and license files to lowercase 3fbf1b0
  • Loading branch information
Henrik authored and leo committed Feb 23, 2017
1 parent 3fbf1b0 commit 1cd2620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1cd2620

Please sign in to comment.