From 8cb1af138e22b14703eb13c4121ad1f191342e88 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 26 Dec 2016 10:32:29 +0900 Subject: [PATCH] doc: s/SNES-like/SNES-style/g --- README.md | 2 +- _docs/index.tmpl.html | 6 +++--- docs/index.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d80a17658..8ef213781 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten) [![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten) -A simple SNES-like 2D game library in Go +A simple SNES-style 2D game library in Go * [Web browsers (Chrome, Firefox and Safari on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/)) * [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 1a9bc14f7..2a7aaa5fa 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -1,9 +1,9 @@ - + -Ebiten - A simple SNES-like 2D game library in Go +Ebiten - A simple SNES-style 2D game library in Go @@ -30,7 +30,7 @@

Ebiten

-

A simple SNES-like 2D game library in Go

+

A simple SNES-style 2D game library in Go

Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}

Platforms

diff --git a/docs/index.html b/docs/index.html index 9fb46f38f..0726ca394 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,9 +1,9 @@ - + -Ebiten - A simple SNES-like 2D game library in Go +Ebiten - A simple SNES-style 2D game library in Go @@ -30,7 +30,7 @@

Ebiten

-

A simple SNES-like 2D game library in Go

+

A simple SNES-style 2D game library in Go

Stable version: v1.4.0-rc1 / Development version: v1.5.0-alpha

Platforms