diff --git a/remix.init/README-edge.md b/remix.init/README-edge.md index 61612d4..241f621 100644 --- a/remix.init/README-edge.md +++ b/remix.init/README-edge.md @@ -49,7 +49,7 @@ Note: When running the Netlify CLI, file changes will rebuild assets, but you wi ### Excluding routes -If you want to exclude routes for non-Remix code, e.g. for custom Netlify Functions or Netlify Edge Functions, add an additional entry in the array, e.g.: +You can exclude routes for non-Remix code such as custom Netlify Functions or Edge Functions. To do this, add an additional entry in the array like in the example below: ```diff export const config = {