Skip to content

Commit

Permalink
docs: fix ui link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jun 28, 2024
1 parent 7dc9347 commit 00068c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Upcoming

Docs:

- Fix link to UI in README

# v0.6.1

Date: 2024-06-28T05:20:32.360Z
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ Run the server
npx dom-preview
```

Open http://localhost:5007/**dom-preview**/
<!-- prettier-ignore-start -->
Open http://localhost:5007/__dom-preview__/
<!-- prettier-ignore-end -->

In your test, call the debug function

Expand Down
4 changes: 3 additions & 1 deletion packages/dom-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ Run the server
npx dom-preview
```

Open http://localhost:5007/**dom-preview**/
<!-- prettier-ignore-start -->
Open http://localhost:5007/__dom-preview__/
<!-- prettier-ignore-end -->

In your test, call the debug function

Expand Down
2 changes: 2 additions & 0 deletions scripts/build-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Run the server
${fences("bash", "npx dom-preview")}
<!-- prettier-ignore-start -->
Open http://localhost:5007/__dom-preview__/
<!-- prettier-ignore-end -->
In your test, call the debug function
Expand Down

0 comments on commit 00068c1

Please sign in to comment.