Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit 0baabe7

Browse files
authored
Clarify that this library is not designed to work in the browser
1 parent 06dd640 commit 0baabe7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] [![OpenTracing 1.0 Enabled][ot-img]][ot-url]
22

3-
# Jaeger Bindings for Javascript OpenTracing API
3+
# Jaeger Bindings for OpenTracing API for Node.js
44

55
This is [Jaeger](https://jaegertracing.io/)'s client side instrumentation library for Node.js that implements [Javascript OpenTracing API 1.0](https://github.com/opentracing/opentracing-javascript/).
66

7+
Note that this library is not designed to run in the browser, only in the Node.js-backend servers. For browser-only version, see https://github.com/jaegertracing/jaeger-client-javascript.
8+
79
## Contributing and Developing
810

911
Please see [CONTRIBUTING.md](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)