mention the reasonably impressive current count of 9 supported dependency formats
diff --git a/Modules.md b/Modules.md
index f3cac61..68dd02d 100644
--- a/Modules.md
+++ b/Modules.md
@@ -86,7 +86,7 @@
    $ go mod -init
    ```
 
-   This step converts any existing from a [`dep`](https://github.com/golang/dep) `Gopkg.lock` file or other [supported dependency format](https://tip.golang.org/pkg/cmd/go/internal/modconv/?m=all#pkg-variables).
+   This step converts from any existing [`dep`](https://github.com/golang/dep) `Gopkg.lock` file or from any of the other [nine total supported dependency formats](https://tip.golang.org/pkg/cmd/go/internal/modconv/?m=all#pkg-variables), adding require statements to match the existing configuration.
 
    If `go mod` cannot determine an appropriate package path, or if you need to override that path, use the `-module` flag: