Skip to content

Commit e1db6ab

Browse files
committed
Update message on webpage
1 parent 8a11474 commit e1db6ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

html/index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,9 @@
227227
</div>
228228
<div id="details" class="maximized">
229229
<h3>Swift Dependency Graph</h3>
230-
<p>The swift dependency graph uses the Swift Package catalog from the <a href="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 <a href="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 <a href="https://swiftpm.co/">SwiftPMLibrary</a> setup by Dave Verwer. The graph is written by <a href="https://github.com/adam-fowler">Adam Fowler</a>.</p>
234233
</div>
235234
<div id="chart_div"></div>
236235
</body>

0 commit comments

Comments
 (0)