mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
lowercase readme.md (#1577)
Lowercasing `README.md` to match commit changing the readme and license files to lowercase 3fbf1b0dca
This commit is contained in:
parent
3fbf1b0dca
commit
1cd2620da0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const {getDecoratedEnv} = require('./plugins');
|
||||||
const {productName, version} = require('./package');
|
const {productName, version} = require('./package');
|
||||||
const config = require('./config');
|
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;
|
let spawn;
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue