From 97e7d32d147717d227c496bcabdf30471eda76b9 Mon Sep 17 00:00:00 2001 From: Joel Dean Date: Mon, 30 Apr 2018 05:30:16 -0400 Subject: [PATCH] Changed the word worth to work (#337) Minor typo fix. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index edd28eaf..0c1c880c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Ocelot is a .NET Api Gateway. This project is aimed at people using .NET running a micro services / service orientated architecture -that need a unified point of entry into their system. However it will worth with anything that -speaks HTTP and run on any platform that asp.net core supports. +that need a unified point of entry into their system. However it will work with anything that speaks HTTP and run on any platform that asp.net core supports. In particular I want easy integration with IdentityServer reference and bearer tokens.