From 99d724b22accb4c64c488f6dc14ff39a5ec0effd Mon Sep 17 00:00:00 2001 From: Yi-Cyuan Date: Thu, 17 Sep 2015 15:17:52 +0800 Subject: [PATCH] update README --- .travis.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7351b54..1299958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ node_js: - "0.12" - "0.11" - "0.10" - - "0.8" before_install: - npm install coveralls - npm install mocha-lcov-reporter diff --git a/README.md b/README.md index 7a9bca8..f8b4860 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # js-sha3 [![Build Status](https://travis-ci.org/emn178/js-sha3.svg?branch=master)](https://travis-ci.org/emn178/js-sha3) [![Coverage Status](https://coveralls.io/repos/emn178/js-sha3/badge.svg?branch=master)](https://coveralls.io/r/emn178/js-sha3?branch=master) -[![NPM](https://nodei.co/npm/js-sha3.png?stars&downloads)](https://nodei.co/npm/js-sha3/) A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding. ## Notice