| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index e9988524f4d308286ee94386d6c3b957f09453e5..b36370982173e71548528f1e46d587b9a5b0916c 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -12,7 +12,7 @@ servers**. How?
|
| * Map server logic into a simple function: a single argument for the request,
|
| the response is the return value.
|
| * Trivially mix and match synchronous and asynchronous processing.
|
| -* Flexibliity to return a simple string or a byte stream with the same model.
|
| +* Flexibility to return a simple string or a byte stream with the same model.
|
|
|
| ## Example
|
|
|
|
|