You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/index.html
+3-4
Original file line number
Diff line number
Diff line change
@@ -227,10 +227,9 @@
227
227
</div>
228
228
<divid="details" class="maximized">
229
229
<h3>Swift Dependency Graph</h3>
230
-
<p>The swift dependency graph uses the Swift Package catalog from the <ahref="https://swiftpm.co/">SwiftPMLibrary</a> setup by Dave Verwer.</p>
231
-
<p>Start to type the name of a package in the search bar and select from the menu to display the package and its dependencies. Click on a node in the graph to make it the top node. Click on the top node to toggle between displaying a package's dependencies and displaying the packages dependent on it.</p>
232
-
<p>The arrow in the background indicates whether you are displaying dependents or dependencies. The arrow always points in the direction of the parent package.</p>
233
-
<p>The swift dependency graph is written by <ahref="https://github.com/adam-fowler">Adam Fowler</a>.</p>
230
+
<p>Start to type the name of a package in the search bar and select from the menu to display a package and its dependencies. Click on a node in the graph to make that the top node. Click on the top node to toggle between displaying a package's dependencies and displaying the packages dependent on it.</p>
231
+
<p>The arrow in the background indicates whether you are displaying dependents or dependencies. The arrow always points in the direction of the parent or dependent package.</p>
232
+
<p>The swift dependency graph uses the Swift Package catalog from the <ahref="https://swiftpm.co/">SwiftPMLibrary</a> setup by Dave Verwer. The graph is written by <ahref="https://github.com/adam-fowler">Adam Fowler</a>.</p>
0 commit comments