Skip to content

Commit 260f670

Browse files
committed
Updated badges
1 parent 676c828 commit 260f670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TextStack
2-
[![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)
2+
[![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)
33

44
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.
55

docs/NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TextStack
2-
[![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)
2+
[![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)
33

44
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.
55

0 commit comments

Comments
 (0)