Skip to content

Commit

Permalink
Merge pull request #56 from papb/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
AriaMinaei committed Oct 18, 2020
2 parents e02f7bc + c98ba78 commit c5a986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -174,7 +174,7 @@ pe = require('pretty-error').start();
You might want to substitute long paths with shorter, more readable aliases:

```javascript
pe.alias('E:/open-source/theatrejs/lib', '(Theare.js)');
pe.alias('E:/open-source/theatrejs/lib', '(Theatre.js)');
```

#### Skipping packages
Expand Down

0 comments on commit c5a986c

Please sign in to comment.