Skip to content

Commit

Permalink
docs: changed some labels in some badges to be more semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
gugutz committed Feb 10, 2019
1 parent f682dc5 commit dd4bc18
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Thiago Santos
Copyright (c) 2017 Gustavo P Borges

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,11 +1,11 @@
# Shortway
[![Travis](https://img.shields.io/travis/gugutz/shortway.svg)](https://travis-ci.org/gugutz/shortway)
[![Coveralls](https://img.shields.io/coveralls/gugutz/shortway.svg)](https://coveralls.io/github/gugutz/shortway?branch=master)
[![npm (scoped)](https://img.shields.io/npm/v/shortway.svg)](https://www.npmjs.com/package/shortway)
[![David](https://img.shields.io/david/gugutz/shortway.svg)](https://david-dm.org/gugutz/shortway)
[![build status](https://img.shields.io/travis/gugutz/shortway.svg)](https://travis-ci.com/gugutz/shortway)
[![coverage status](https://img.shields.io/coveralls/github/gugutz/bulma-ui.svg?style=flat)](https://coveralls.io/github/gugutz/bulma-ui?branch=master)
[![dependencies status](https://img.shields.io/david/gugutz/shortway.svg?style=flat)](https://david-dm.org/gugutz/shortway)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)

Tiny to library to handle keyboard shortcuts in the browser. Feel free to use it with any kind of keyboard events and attach them to any element that you want.
A very small and dependency-free library to handle keyboard shortcuts in the browser. Feel free to use it with any kind of keyboard events and attach them to any element that you want.

[Try shortway live on codepen!](http://codepen.io/gugutz/full/YNEadb/)

Expand Down
34 changes: 24 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd4bc18

Please sign in to comment.