Browse Source

chore: updates README.md

e22m4u 1 year ago
parent
commit
eef59ddbf3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -130,9 +130,9 @@ router.defineRoute({
 
 
 ### Route hooks
 ### Route hooks
 
 
-Defining a route with the `defineRoute` method allows setting
-hooks to monitor and intercept requests and responses for
-a specific route.
+Defining a route with the `defineRoute` method allows
+to set up hooks to monitor and intercept requests and
+responses for a specific route.
 
 
 - `preHandler` executes before calling a route handler
 - `preHandler` executes before calling a route handler
 - `postHandler` executes after calling a route handler
 - `postHandler` executes after calling a route handler