Skip to content

Commit

Permalink
Hello_web and web are working now
Browse files Browse the repository at this point in the history
I have no idea why they didn't work for me before, but the are working
now. So I'll leave well enough alone :)
  • Loading branch information
winksaville authored and cmyr committed Oct 1, 2021
1 parent daefcdc commit 8f4693d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions druid/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ cargo run --example hello
This shows some of the basics of druid. If you need a start of how to build an application with a text-box and some labels this is where to start.

## Hello_web
Not working, browser is blank after going to http://localhost:8000?

For more info and prerequistes see [druid/examples/hello_web/README.md](druid/examples/hello_web/README.md).
```
cd druid/examples/hello_web
Expand All @@ -67,8 +65,6 @@ wasm-pack build --out-dir pkg --out-name hello_web
This is an example of how to get almost any druid application can be used on the web. This is just the hello_world example but should work for all of them.

## Web
Not working, browser is blank after going to http://localhost:8000?

For more info and prerequistes see [druid/examples/web/README.md](druid/examples/web/README.md).
```
cd druid/examples/web
Expand Down

0 comments on commit 8f4693d

Please sign in to comment.