Skip to content

Commit e574dc2

Browse files
author
Peter Marton
committed
docs(readme): fix example
1 parent 4944c6f commit e574dc2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Out of the box distributed tracing for Node.js applications.
44

5-
**WARNING: do not use in production yet**
5+
**WARNING: experimental ;ibrary, do not use in production yet**
66

77
## Technologies
88

@@ -25,10 +25,7 @@ npm install @risingstack/jaeger
2525
// must be in the first two lines of your application
2626
const Tracer = require('@risingstack/jaeger')
2727
const tracer = new Tracer({
28-
serviceName: 'my-server-2',
29-
tags: {
30-
gitTag: 'foobar'
31-
}
28+
serviceName: 'my-server-2'
3229
})
3330

3431
// rest of your code

0 commit comments

Comments
 (0)