diff --git a/README.md b/README.md index 414403e..bc8a2a2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Currently, Steiger is not configurable, though that will change in the near futu public-api Require slices (and segments on sliceless layers like Shared) to have a public API definition. repetitive-naming Ensure that all entities are named consistently in terms of pluralization. segments-by-purpose Discourage the use of segment names that group code by its essence, and instead encourage grouping by purpose - shared-lib-grouping Forbid having too many ungrouped modules in `shared/lib`. + shared-lib-grouping Forbid having too many ungrouped modules in shared/lib. diff --git a/packages/steiger/README.md b/packages/steiger/README.md index 414403e..bc8a2a2 100644 --- a/packages/steiger/README.md +++ b/packages/steiger/README.md @@ -67,7 +67,7 @@ Currently, Steiger is not configurable, though that will change in the near futu public-api Require slices (and segments on sliceless layers like Shared) to have a public API definition. repetitive-naming Ensure that all entities are named consistently in terms of pluralization. segments-by-purpose Discourage the use of segment names that group code by its essence, and instead encourage grouping by purpose - shared-lib-grouping Forbid having too many ungrouped modules in `shared/lib`. + shared-lib-grouping Forbid having too many ungrouped modules in shared/lib.