Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Update Gruntfile.js
  • Loading branch information
andot committed Feb 16, 2016
1 parent e2ce115 commit 39e5454
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>

[![Build Status](https://travis-ci.org/xxtea/xxtea-js.svg?branch=master)](https://travis-ci.org/xxtea/xxtea-js)
[![Join the chat at https://gitter.im/xxtea/xxtea-html5](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/xxtea/xxtea-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Gitter](https://badges.gitter.im/xxtea/xxtea-js.svg)](https://gitter.im/xxtea/xxtea-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
[![bower version](https://img.shields.io/bower/v/xxtea-js.svg)](http://bower.io/search/?q=xxtea-js)
[![GitHub release](https://img.shields.io/github/release/xxtea/xxtea-js.svg)](https://github.com/xxtea/xxtea-js/releases)
[![License](https://img.shields.io/github/license/xxtea/xxtea-js.svg)](http://opensource.org/licenses/MIT)
Expand All @@ -14,7 +14,7 @@

## Introduction

XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for HTML5.
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for JavaScript.

It is different from the original XXTEA encryption algorithm. It encrypts and decrypts String instead of uint32 Array, and the key is also String.

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>

[![Build Status](https://travis-ci.org/xxtea/xxtea-js.svg?branch=master)](https://travis-ci.org/xxtea/xxtea-js)
[![Join the chat at https://gitter.im/xxtea/xxtea-html5](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/xxtea/xxtea-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Gitter](https://badges.gitter.im/xxtea/xxtea-js.svg)](https://gitter.im/xxtea/xxtea-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
[![bower version](https://img.shields.io/bower/v/xxtea-js.svg)](http://bower.io/search/?q=xxtea-js)
[![GitHub release](https://img.shields.io/github/release/xxtea/xxtea-js.svg)](https://github.com/xxtea/xxtea-js/releases)
[![License](https://img.shields.io/github/license/xxtea/xxtea-js.svg)](http://opensource.org/licenses/MIT)
Expand Down
9 changes: 9 additions & 0 deletions test/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ module.exports = function (grunt) {
}, {
browserName: 'iphone',
version: '8.0'
}, {
browserName: 'iphone',
version: '7.1'
}, {
browserName: 'iphone',
version: '7.0'
Expand All @@ -53,6 +56,12 @@ module.exports = function (grunt) {
}, {
browserName: 'iphone',
version: '5.1'
}, {
browserName: 'opera',
version: '12'
}, {
browserName: 'opera',
version: '11'
}, {
browserName: 'chrome',
platform: 'Linux'
Expand Down

0 comments on commit 39e5454

Please sign in to comment.