Skip to content

Commit 80de458

Browse files
committed
update README.md
1 parent 06b3ec4 commit 80de458

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ Improved Go Playground powered by Monaco Editor and React
1111

1212
* 💡 Code autocomplete
1313
* 💾 Load and save files
14-
* 🛠 [WebAssembly](https://github.com/golang/go/wiki/WebAssembly) support (see [latest release notes](https://github.com/x1unix/go-playground/releases/tag/v1.3.0))
14+
* 📔 Snippets and tutorials
15+
* 🛠 [WebAssembly](https://github.com/golang/go/wiki/WebAssembly) support
1516
* 🌚 Dark theme
1617

1718

1819
And more
1920

2021
## Demo
2122

22-
[http://goplay.x1unix.com/](http://goplay.x1unix.com/)
23+
[http://goplay.tools/](goplay.tools)
2324

2425
## Installation
2526

@@ -40,6 +41,12 @@ $ ./playground -f ./data/packages.json -debug
4041

4142
Use `-help` to get information about command params
4243

44+
### Third-party credits
45+
46+
* Default playground run server provided by [play.golang.org](https://play.golang.org)
47+
* Snippets for templates and tutorials provided by [gobyexample.com](https://gobyexample.com/)
48+
49+
4350
## Contributors
4451

4552
### Code Contributors

0 commit comments

Comments
 (0)