doc: Omit the word 'SNES-style' (#342)

This commit is contained in:
Hajime Hoshi 2017-04-18 10:27:32 +09:00
parent 112f1419d1
commit 71f427ecbc
3 changed files with 7 additions and 7 deletions

View File

@ -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-style 2D game library in Go
A simple 2D game library in Go
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
* [macOS](https://github.com/hajimehoshi/ebiten/wiki/macOS)

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<script src="./scripts/force-https.js"></script>
<meta name="description" content="Ebiten - A simple SNES-style 2D game library in Go">
<meta name="description" content="Ebiten - A simple 2D game library in Go">
<link rel="shortcut icon" href="./favicon.png" type="image/png">
<link rel="icon" href="./favicon.png" type="image/png">
<title>Ebiten - A simple SNES-style 2D game library in Go</title>
<title>Ebiten - A simple 2D game library in Go</title>
<link rel="stylesheet" href="./stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="./stylesheets/highlight-github.css">
<link rel="stylesheet" href="./stylesheets/ebiten.css">
@ -30,7 +30,7 @@
<main><div class="container">
<h1>Ebiten</h1>
<p class="lead">A simple SNES-style 2D game library in Go</p>
<p class="lead">A simple 2D game library in Go</p>
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
<h2 id="platforms">Platforms</h2>

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<script src="./scripts/force-https.js"></script>
<meta name="description" content="Ebiten - A simple SNES-style 2D game library in Go">
<meta name="description" content="Ebiten - A simple 2D game library in Go">
<link rel="shortcut icon" href="./favicon.png" type="image/png">
<link rel="icon" href="./favicon.png" type="image/png">
<title>Ebiten - A simple SNES-style 2D game library in Go</title>
<title>Ebiten - A simple 2D game library in Go</title>
<link rel="stylesheet" href="./stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="./stylesheets/highlight-github.css">
<link rel="stylesheet" href="./stylesheets/ebiten.css">
@ -30,7 +30,7 @@
<main><div class="container">
<h1>Ebiten</h1>
<p class="lead">A simple SNES-style 2D game library in Go</p>
<p class="lead">A simple 2D game library in Go</p>
<p>Stable version: v1.4.0-rc1 / Development version: v1.5.0-alpha</p>
<h2 id="platforms">Platforms</h2>