From f0099e9aa669d2a94988bc57fb5eca9c4f9c9e2d Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Wed, 31 Mar 2021 23:20:54 -0400 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 210c132..be37293 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ dependencies of a Go program, and to explore and evaluate various possible efforts to eliminate dependencies. It displays the complete dependencies of the initial packages, -organized into a tree based on the "directory structure" of the +organized into a tree based on the directory structure of the package/module namespace. Clicking on a package node displays information about it, -including an arbitary path to it from one of the initial packages. +including an arbitrary path to it from one of the initial packages. Each edge in the path may be "broken", causing it to be removed from the graph and the view recomputed. The broken edges are tabulated, and each can be restored if you change