Changed the word worth to work (#337)

Minor typo fix.
This commit is contained in:
Joel Dean 2018-04-30 05:30:16 -04:00 committed by Tom Pallister
parent d2432cf7f7
commit 97e7d32d14

View File

@ -11,8 +11,7 @@
Ocelot is a .NET Api Gateway. This project is aimed at people using .NET running Ocelot is a .NET Api Gateway. This project is aimed at people using .NET running
a micro services / service orientated architecture a micro services / service orientated architecture
that need a unified point of entry into their system. However it will worth with anything that 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.
speaks HTTP and run on any platform that asp.net core supports.
In particular I want easy integration with In particular I want easy integration with
IdentityServer reference and bearer tokens. IdentityServer reference and bearer tokens.