diff --git a/README.md b/README.md index 7dc29b7..368f866 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ the web browser. ![Screenshot](examples/hello-world/screenshot.png) +**Notice:** [github.com/kirsle/render](https://github.com/kirsle/render) is a +mirror to the upstream repository at [git.kirsle.net/go/render](https://git.kirsle.net/go/render). +Issues and pull requests will be accepted at GitHub. + ## Example ```go diff --git a/examples/hello-wasm/index.html b/examples/hello-wasm/index.html index a1d353c..7535abb 100644 --- a/examples/hello-wasm/index.html +++ b/examples/hello-wasm/index.html @@ -15,7 +15,7 @@ @font-face { font-family: "DejaVuSans"; - src: url("fonts/DejaVuSans.ttf") format("truetype"); + src: url("DejaVuSans.ttf") format("truetype"); }