Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patriceperez committed Mar 29, 2017
1 parent 17a0ddc commit 6e8a50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Beta is live!

feel free to contribute / open issues / create pull requests / fork,
however use in production at your own risk as bugs are bound to happen

# Hique
[![npm version](https://badge.fury.io/js/hique.svg)](https://badge.fury.io/js/hique)
[![Build Status](https://travis-ci.org/patriceperez/hique.svg?branch=master)](https://travis-ci.org/patriceperez/hique)
[![Coverage Status](https://coveralls.io/repos/github/patriceperez/hique/badge.svg?branch=master)](https://coveralls.io/github/patriceperez/hique?branch=master&dummy=1)

hique is a job queue for NodeJS.

feel free to contribute / open issues / create pull requests / fork

## Introduction
hique is heavily inspired by [kue](https://github.com/Automattic/kue) and [bee-queue](https://github.com/LewisJEllis/bee-queue), and after using both frameworks pretty extensively I found that, though very well written, these frameworks do not fulfill two of my most desired aspects in:
* Stability
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hique",
"version": "1.1.3",
"version": "1.1.4",
"description": "job queue for nodejs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6e8a50d

Please sign in to comment.