diff --git a/README.md b/README.md index b6ff1bfe4..17c2104f8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A simple 2D game library in Go * [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD) * [Android](https://github.com/hajimehoshi/ebiten/wiki/Android) * [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS) -* [Web browsers (Chrome, Firefox and Safari on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/)) +* [Web browsers (Chrome, Firefox, Safari and Edge on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/)) Note: Gamepad is not available on Safari/Android/iOS. Keyboard is not available on Android/iOS. diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index e91ef8db6..da2ee54ef 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -43,7 +43,7 @@
Mobiles
Android, iOS
Web browsers
-
Chrome, Firefox and Safari on desktops (powered by GopherJS)
+
Chrome, Firefox, Safari and Edge on desktops (powered by GopherJS)

Note: Gamepads is not available on Safari/Android/iOS. Keyboard is not available on Android/iOS.

diff --git a/docs/index.html b/docs/index.html index ec14d6bc5..cdd4279fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,7 +43,7 @@
Mobiles
Android, iOS
Web browsers
-
Chrome, Firefox and Safari on desktops (powered by GopherJS)
+
Chrome, Firefox, Safari and Edge on desktops (powered by GopherJS)

Note: Gamepads is not available on Safari/Android/iOS. Keyboard is not available on Android/iOS.