Skip to content

Commit e60a4fe

Browse files
author
Fabrice Bascoulergue
committed
Add npm badge
1 parent 6db35f3 commit e60a4fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Lum Network - Javascript SDK
2+
[![npm version](https://badge.fury.io/js/%40lum-network%2Fsdk-javascript.svg)](https://badge.fury.io/js/%40lum-network%2Fsdk-javascript)
23

34
This Javascript SDK enables browsers and NodeJS clients to interact with the Lum Network.
45

@@ -61,7 +62,7 @@ This SDK provides an easy access to all the available Lum Network blockchain RPC
6162

6263
The SDK is based on the [CosmJS](https://github.com/cosmos/cosmjs) implementation and heavily relies on it.
6364

64-
It is intented to be used standalone, without having to import specific CosmJS packages which can be tricky and messy.
65+
It is intented to be used standalone, without having to import specific CosmJS packages which can get make implementations tricky and messy.
6566

6667
Therefore all codecs, types, functions are features from the CosmJS SDK are either re-implemented by this SDK or re-exporter for simplicity purposes.
6768

0 commit comments

Comments
 (0)