From 46f421f2b9f2597384f217c4c66e1cfa846d8236 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 12 Aug 2024 17:26:32 +0200 Subject: [PATCH] Minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37cb583..81d164c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ And that's only for a single pack! As your modular monolith grows, you'll likely hundreds) of packs. That's a lot of "namespace" directories that aren't adding a lot of value. You already know the namespace of those classes in a strongly namespaced pack -- it's the pack name -- can Zeitwerk know it, too? -This gem patches the Rails 7 autoloader so that most subdirectories under your strongly namespaced component's `app` directory are +This gem configures the Rails 7 autoloader so that most subdirectories under your strongly namespaced component's `app` directory are automatically associated with the namespace. ## Installation