diff --git a/README.md b/README.md index 7b680f8..575751c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Go modules internals The internals of Go modules, extracted from [golang/go](https://github.com/golang/go). All -occurrences of `internal` in import paths have been rewritten to `_internal_`, -but the code is otherwise unchanged. +occurrences of `internal` in import paths have been rewritten to `_internal_`, which makes +these packages importable, but everything is otherwise unchanged. ## Re-extracting