Skip to content

Commit 6a09ba3

Browse files
committed
docs: add contributing section
1 parent b418a0b commit 6a09ba3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ class Example {
2020
this.logger.debug() // THIS IS VALID
2121
}
2222
}
23-
```
23+
```
24+
25+
## Contributing
26+
27+
This has been developed as a personal project, in order to be able to have an amplify-like logger as a package, without needing to install the whole amplify lib for just logging features.
28+
29+
But feel free to contribute by forking this project and opening a PR once done.

0 commit comments

Comments
 (0)