Skip to content

Commit 779f916

Browse files
authored
Merge pull request #1 from lfabl/develop
Refactor: How to install section added to readme file.
2 parents a864ac0 + 4103893 commit 779f916

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### Error Printer for NodeJS
22
This project provides a simple function for nodejs where you can automatically write the error message, error code, error date and formatted error date to a file.
33

4+
###### How to install:
5+
```
6+
yarn add error-printer
7+
```
8+
49
###### How to test:
510
```
611
yarn test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "error-printer",
3-
"version": "1.0.0-pre-alpha.1",
3+
"version": "1.0.0-pre-alpha.2",
44
"description": "This project was developed for Node JS APIs need to error handling on production.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)