Skip to content

Commit 8b034bb

Browse files
authored
updated visualization command (#326)
1 parent aaef445 commit 8b034bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ source venv/bin/activate
119119
(venv) pip install ".[all]"
120120
# Create the HTML to visualize locally
121121
(venv) make html
122-
(venv) open _build/index.html
122+
(venv) open _build/html/index.html
123123
# Or you can start a serve that watches for local file changes
124124
(venv) make watch
125125
# Open <http://localhost:8000/> in your browser

0 commit comments

Comments
 (0)