From 1185e02ec35be8532a166b752b72488986ffd764 Mon Sep 17 00:00:00 2001 From: FreeTommyLi <41348976+FreeTommyLi@users.noreply.github.com> Date: Tue, 17 Jul 2018 18:26:00 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbbca7d8a..42606488b5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .NET Framework/Core and [Mono](http://mono-project.com). The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy-path to all interactions. -Nancy is designed to handle `DELETE`, `GET`, `HEAD`, `OPTIONS`, `POST`, `PUT` and `PATCH` requests and provides a simple, elegant, [Domain Specific Language (DSL)](http://en.wikipedia.org/wiki/Domain-specific_language) for returning a response with just a couple of keystrokes, leaving you with more time to focus on the important bits.. +Nancy is designed to handle DELETE, GET, HEAD, OPTIONS, POST, PUT +and PATCH requests. It provides a simple, elegant, Domain Specific +Language(DSL), which returns a response with just a couple of keystrokes and +leaves you with more time to focus on other things **your** code and **your** application. Write your application