Skip to content

Commit 5ec8f9e

Browse files
committed
2 parents bb83412 + 334e7e6 commit 5ec8f9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/tailwind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example shows how an app might be styled with TailwindCSS.
77
1. Install the Dioxus CLI:
88

99
```bash
10-
cargo install --git https://github.com/DioxusLabs/cli
10+
cargo install dioxus-cli
1111
```
1212

1313
2. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

packages/cli/src/assets/autoreload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Dioxus-CLI
2-
// https://github.com/DioxusLabs/cli
2+
// https://github.com/DioxusLabs/dioxus/tree/master/packages/cli
33

44
(function () {
55
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
@@ -22,4 +22,4 @@
2222
}
2323
};
2424
ws.onclose = reload_upon_connect;
25-
})()
25+
})()

packages/hot-reload/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rsx! {
6868

6969
## Usage
7070

71-
> This crate implements hot reloading for native compilation targets not WASM. For hot relaoding with the web renderer, see the [dioxus-cli](https://github.com/DioxusLabs/cli) project.
71+
> This crate implements hot reloading for native compilation targets not WASM. For hot relaoding with the web renderer, see the [dioxus-cli](https://github.com/DioxusLabs/dioxus/tree/master/packages/cli) project.
7272
7373
Add this to the top of your main function on any renderer that supports hot reloading to start the hot reloading server:
7474

0 commit comments

Comments
 (0)