Skip to content

Commit 63e3b7a

Browse files
committed
removed warning, removed README link
1 parent d152f50 commit 63e3b7a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ A webserver [platform](https://github.com/roc-lang/roc/wiki/Roc-concepts-explain
1414

1515
Run this example server with `$ roc helloweb.roc` (on linux, add `--linker=legacy`) and go to `http://localhost:8000` in your browser. You can change the port (8000) and the host (localhost) by setting the environment variables ROC_BASIC_WEBSERVER_PORT and ROC_BASIC_WEBSERVER_HOST.
1616

17-
:warning: This example requires a roc TESTING release, you can find it under assets [here](https://github.com/roc-lang/roc/releases).
18-
1917
```roc
2018
app [Model, server] {
21-
pf: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.7.0/wBzpUZavn70SpVSh8GpfH0YaXM3ydMbu8s4eAiPC-Ko.tar.br"
19+
pf: platform "REPLACE WITH LINK: SEE RELEASES 0.8.0>Assets"
2220
}
2321
2422
import pf.Stdout

0 commit comments

Comments
 (0)