diff --git a/README.md b/README.md index 3ad46e6..56c4433 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ Reusable, composable middleware-like wrappers for Next.js API route and `middlew - + + 3. Finally, wrap the wrapper around an Next.js API handler in a pages/api file: @@ -83,7 +83,7 @@ Reusable, composable middleware-like wrappers for Next.js API route and `middlew - + # Features ✨ @@ -243,7 +243,7 @@ import { w1, w2, w3, w4 } from "lib/wrappers"; const superWrapper = merge(merge(merge(w1, w2), w3), w4); ``` - +``` # Use-Cases 📝