Skip to content

Commit 4aa9d89

Browse files
Joseph Hagerdmitshur
Joseph Hager
authored andcommitted
README: Update the url of the game benchmark. (#465)
Fixes #464.
1 parent db27c7c commit 4aa9d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GopherJS - A compiler from Go to JavaScript
66
GopherJS compiles Go code ([golang.org](https://golang.org/)) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers. Give GopherJS a try on the [GopherJS Playground](http://gopherjs.github.io/playground/).
77

88
### What is supported?
9-
Nearly everything, including Goroutines ([compatibility table](https://github.com/gopherjs/gopherjs/blob/master/doc/packages.md)). Performance is quite good in most cases, see [HTML5 game engine benchmark](http://ajhager.github.io/enj/).
9+
Nearly everything, including Goroutines ([compatibility table](https://github.com/gopherjs/gopherjs/blob/master/doc/packages.md)). Performance is quite good in most cases, see [HTML5 game engine benchmark](https://ajhager.github.io/engi/demos/botmark.html).
1010

1111
### Installation and Usage
1212
Get or update GopherJS and dependencies with:

0 commit comments

Comments
 (0)