From d6e7f9f7e99127fa6f53d21692791962c64bb1b2 Mon Sep 17 00:00:00 2001 From: VaibhavWakde52 <149496880+VaibhavWakde52@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:56:58 +0530 Subject: [PATCH] Update README.md (#2052) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28d038c46..37e8302f0 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ httpServer.listen(3000) Behind the scenes, this simple workflow allows you to use **Envelop plugins** and hook into the entire request handling flow. -Here's a simple example for collecting metrics and log all incoming requests, using the built-in +Here's a simple example for collecting metrics and logging all incoming requests, using the built-in plugins: ```ts @@ -131,7 +131,7 @@ You can read more about ## Write your own plugin! Envelop plugins are just objects with functions, that provide contextual implementation for -before/after of each phase, with a flexible API. +before/after each phase, with a flexible API. Here's a simple example that allows you to print the execution params: @@ -164,7 +164,7 @@ If this is your first time contributing to this project, please do read our [Contributor Workflow Guide](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md) before you get started off. -Feel free to open issues and pull requests. We're always welcome support from the community. +Feel free to open issues and pull requests. We always welcome support from the community. ### Code of Conduct