From 1b71acee4b608f9e76bb12a3242cc83d3d51f710 Mon Sep 17 00:00:00 2001 From: freestrings Date: Wed, 27 Mar 2019 09:37:50 +0900 Subject: [PATCH] =?UTF-8?q?README.md=20-=20npm=20downloads=20badge=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- nodejs/README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ef7795..7d8af00 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Build Status](https://travis-ci.org/freestrings/jsonpath.svg?branch=master)](https://travis-ci.org/freestrings/jsonpath) ![crates.io](https://img.shields.io/crates/v/jsonpath_lib.svg) -![Crates.io](https://img.shields.io/crates/d/jsonpath_lib.svg) +![Crates.io](https://img.shields.io/crates/d/jsonpath_lib.svg?label=%60jsonpath_lib%60%20crates.io%20downloads) +![npm](https://img.shields.io/npm/dt/jsonpath-rs.svg?label=%60jsonpath-rs%60%20npm%20downloads) `Rust` 버전 [JsonPath](https://goessner.net/articles/JsonPath/) 구현이다. `Webassembly`와 `Javascript`에서도 역시 동일한 API 인터페이스를 제공 한다. @@ -59,7 +60,6 @@ const jsonpath = require('jsonpath-wasm'); `jsonpath-rs` is native addon for NodeJs -*(not yet published `jsonpath-rs`)* ```javascript const jsonpath = require('jsonpath-rs'); ``` diff --git a/nodejs/README.md b/nodejs/README.md index 64bf8ae..9faff45 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -1,6 +1,7 @@ # jsonpath-rs [![Build Status](https://travis-ci.org/freestrings/jsonpath.svg?branch=master)](https://travis-ci.org/freestrings/jsonpath) +![npm](https://img.shields.io/npm/dt/jsonpath-rs.svg?label=%60jsonpath-rs%60%20npm%20downloads) It is [JsonPath](https://goessner.net/articles/JsonPath/) implementation. The core implementation is written in Rust-lang.