Skip to content

Commit

Permalink
fix: Add npm version on README and force generate new breaking change
Browse files Browse the repository at this point in the history
To use lime-js, imports need to follow syntax "import * as ..."
  • Loading branch information
samwx committed Sep 30, 2019
1 parent 55b2c7e commit 5959733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# lime-js
> Javascript implementation of LIME - A lightweight messaging library
[![npm version](https://img.shields.io/npm/v/lime-js.svg?style=flat-square)](https://www.npmjs.com/package/lime-js)
[![Build Status](https://travis-ci.org/takenet/lime-js.svg)](https://travis-ci.org/takenet/lime-js)

LIME allows you to build scalable, real-time messaging applications using a JSON-based [open protocol](http://limeprotocol.org). It's **fully asynchronous** and supports any persistent transport like TCP or Websockets.
Expand Down

0 comments on commit 5959733

Please sign in to comment.