From 1d09595ebdd8be9db3171e3a930b2b30e988b6d9 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Mon, 9 Sep 2024 07:22:20 -0400 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "director" → "directory" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c140db6..7cd8ee1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Add a `routes` option to `remix.config.js` and inside call the `registerRoutes` }; ``` -This allows you to use all of the convention-based routing of Remix with ReScript modules by placing them inside the `app/res-routes` director. See [the usage section](#convention-based-routing) for more details. +This allows you to use all of the convention-based routing of Remix with ReScript modules by placing them inside the `app/res-routes` directory. See [the usage section](#convention-based-routing) for more details. ### (optional) Git ignore compiled JS