From 3d7cce548bcc42a666ca58e8591c1b5d763d19b8 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 7 Sep 2017 03:17:15 +0900 Subject: [PATCH] doc: Update: Now Edge is supported --- README.md | 2 +- _docs/index.tmpl.html | 2 +- docs/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.