From 40f4c1d9d43db21ab4797ccd3feac871a178abed Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 12 Aug 2024 18:37:44 +0200 Subject: [PATCH] Minor edit (#22) --- 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