Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
徐誉诚 authored and 徐誉诚 committed Jan 6, 2019
1 parent f08fb25 commit ba3111f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BulletScreenEngine
[![Version 1.1](https://img.shields.io/badge/version-1.1-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1)
[![Version 1.2](https://img.shields.io/badge/version-1.2-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2)
[![NPM](https://img.shields.io/npm/v/bullet-screen-engine.svg?style=flat-square)](https://www.npmjs.com/package/bullet-screen-engine)
[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/blob/master/LICENSE)

Expand All @@ -14,7 +14,7 @@ This is a high-performance JavaScript bullet-screen (danmaku) engine and it is v

## Installation and use
### Installation
You can click [here](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1) to download latest release version. You also can install NPM package using following commands.
You can click [here](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2) to download latest release version. You also can install NPM package using following commands.
```Bash
> npm install bullet-screen-engine
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BulletScreenEngine
[![Version 1.1](https://img.shields.io/badge/version-1.1-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1)
[![Version 1.2](https://img.shields.io/badge/version-1.2-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2)
[![NPM](https://img.shields.io/npm/v/bullet-screen-engine.svg?style=flat-square)](https://www.npmjs.com/package/bullet-screen-engine)
[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/blob/master/LICENSE)

Expand All @@ -14,7 +14,7 @@

## 安装和使用
### 安装
你可以直接点击[这里](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1)下载最新发行版本,也可以用以下命令安装NPM包。
你可以直接点击[这里](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2)下载最新发行版本,也可以用以下命令安装NPM包。
```Bash
> npm install bullet-screen-engine
```
Expand Down

0 comments on commit ba3111f

Please sign in to comment.