From 44870ea4a5817ac4b9bd269cd4af5fac6d959d70 Mon Sep 17 00:00:00 2001 From: Shalin1234 <38840729+Shalin1234@users.noreply.github.com> Date: Tue, 18 Dec 2018 15:43:07 +0200 Subject: [PATCH] Updated README.md with a grammatical fix "Nancy is not built on any specific hosting framework can be run anywhere" is a bit ambiguous and incomplete so I added "meaning that" in order to fix the grammar mistake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbbca7d8a..cc75c72bd6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Compile, run and enjoy the simple, elegant design! ## Features * Built from the bottom up, not simply a DSL on top of an existing framework. Removing limitations and feature hacks of an underlying framework, as well as the need to reference more assemblies than you need. _keep it light_ -* Run anywhere. Nancy is not built on any specific hosting technology can be run anywhere. Out of the box, Nancy supports running on ASP.NET/IIS, WCF, Self-hosting and any [OWIN](http://owin.org) +* Run anywhere. Nancy is not built on any specific hosting technology, meaning it can be run anywhere. Out of the box, Nancy supports running on ASP.NET/IIS, WCF, Self-hosting and any [OWIN](http://owin.org) * Ultra lightweight action declarations for GET, HEAD, PUT, POST, DELETE, OPTIONS and PATCH requests * View engine integration (Razor, Spark, dotLiquid, our own SuperSimpleViewEngine and many more) * Powerful request path matching that includes advanced parameter capabilities. The path matching strategy can be replaced with custom implementations to fit your exact needs