diff --git a/Home.md b/Home.md deleted file mode 100644 index b4ea192..0000000 --- a/Home.md +++ /dev/null @@ -1,24 +0,0 @@ -# NestJS Logging Decorators - -> WARNING: THIS WIKI IS DEPRECATED. FOR THE NEWER VERSION OF THE DOCUMENTATION, GO TO [WEBSITE](https://nestlogged.worplo.com/) - -This package provides a set of decorators can be used for logging functions and routes. - -If you want to learn basic things, go to [Tutorial](https://github.com/Worplo/nestlogged/wiki/tutorial). -If you want to learn things deeper or how decorators work, go to [Dive Deeper](https://github.com/Worplo/nestlogged/wiki/dive-deeper) - -# Installation - -[This package is published in npm](https://www.npmjs.com/package/nestlogged). - -You can install this package using the package managers: - -```sh -npm install nestlogged -``` - -Or, - -```sh -yarn add nestlogged -```