Skip to content

Commit

Permalink
Updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslavsky committed Jan 3, 2015
1 parent 676c828 commit 260f670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TextStack
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/azaslavsky/TextStack#license) [![Bower Version](https://badge.fury.io/bo/textstack.svg)](http://badge.fury.io/bo/textstack) [![NPM Version](https://badge.fury.io/js/textstack.svg)](http://badge.fury.io/js/textstack) [![Development Dependencies](https://david-dm.org/azaslavsky/textstack/dev-status.svg)](https://david-dm.org/azaslavsky/textstack/dev-status) [![Travis Build](https://api.travis-ci.org/azaslavsky/TextStack.svg)](https://api.travis-ci.org/azaslavsky/TextStack) [![Coverage Status](https://img.shields.io/coveralls/azaslavsky/TextStack.svg)](https://coveralls.io/r/azaslavsky/TextStack?branch=master)
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/azaslavsky/TextStack#license) [![Bower Version](https://badge.fury.io/bo/textstack.svg)](http://badge.fury.io/bo/textstack) [![NPM Version](https://badge.fury.io/js/textstack.svg)](http://badge.fury.io/js/textstack) [![Coverage Status](https://img.shields.io/coveralls/azaslavsky/TextStack.svg)](https://coveralls.io/r/azaslavsky/TextStack?branch=master) [![Development Dependencies](https://david-dm.org/azaslavsky/textstack/dev-status.svg)](https://david-dm.org/azaslavsky/textstack#info=devDependencies&view=table) [![Travis Build](https://api.travis-ci.org/azaslavsky/TextStack.svg)](https://api.travis-ci.org/azaslavsky/TextStack?branch=master)

The undo functionality for various text input fields on many browsers is very unpredictable. TextStack is a simple undo history script for DOM text input fields. It also comes with an easy to use API which allows developers to safely modify the undo stack at their own discretion. This library lightweight and has no dependencies. Currently, I've test its compatibility with the latest versions of Chrome and Firefox.

Expand Down
2 changes: 1 addition & 1 deletion docs/NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TextStack
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/azaslavsky/TextStack#license) [![Bower Version](https://badge.fury.io/bo/textstack.svg)](http://badge.fury.io/bo/textstack) [![NPM Version](https://badge.fury.io/js/textstack.svg)](http://badge.fury.io/js/textstack) [![Development Dependencies](https://david-dm.org/azaslavsky/textstack/dev-status.svg)](https://david-dm.org/azaslavsky/textstack/dev-status) [![Travis Build](https://api.travis-ci.org/azaslavsky/TextStack.svg)](https://api.travis-ci.org/azaslavsky/TextStack) [![Coverage Status](https://img.shields.io/coveralls/azaslavsky/TextStack.svg)](https://coveralls.io/r/azaslavsky/TextStack?branch=master)
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/azaslavsky/TextStack#license) [![Bower Version](https://badge.fury.io/bo/textstack.svg)](http://badge.fury.io/bo/textstack) [![NPM Version](https://badge.fury.io/js/textstack.svg)](http://badge.fury.io/js/textstack) [![Coverage Status](https://img.shields.io/coveralls/azaslavsky/TextStack.svg)](https://coveralls.io/r/azaslavsky/TextStack?branch=master) [![Development Dependencies](https://david-dm.org/azaslavsky/textstack/dev-status.svg)](https://david-dm.org/azaslavsky/textstack#info=devDependencies&view=table) [![Travis Build](https://api.travis-ci.org/azaslavsky/TextStack.svg)](https://api.travis-ci.org/azaslavsky/TextStack?branch=master)

The undo functionality for various text input fields on many browsers is very unpredictable. TextStack is a simple undo history script for DOM text input fields. It also comes with an easy to use API which allows developers to safely modify the undo stack at their own discretion. This library lightweight and has no dependencies. Currently, I've test its compatibility with the latest versions of Chrome and Firefox.

Expand Down

0 comments on commit 260f670

Please sign in to comment.