From c5af1b221bd2fbe3db466d8883041ece780348ee Mon Sep 17 00:00:00 2001 From: Andrew <5755685+arnidan@users.noreply.github.com> Date: Fri, 1 May 2020 11:28:19 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba357d3..c075c78 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/github/arnidan/simple-ts-express-decorators/badge.svg?branch=master)](https://coveralls.io/github/arnidan/simple-ts-express-decorators?branch=master) Simple controller and methods typescript decorators for express. -Inspired by [ts-decorator-routing](https://github.com/nehalist/) +Inspired by [ts-decorator-routing](https://github.com/nehalist/ts-decorator-routing) Provides pure request and response from express without complicated handlers or transformers.