Skip to content

Commit

Permalink
Typo in README.md (#2)
Browse files Browse the repository at this point in the history
Fixed typo in class name
  • Loading branch information
grewick authored and malafeev committed Oct 9, 2018
1 parent 45497c1 commit 866a9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Tracer tracer = ...
GlobalTracer.register(tracer);

// Decorate HazelcastInstance with Tracing HazelcastInstance:
HazelcastInstance hazelcast = new TracingHazelcastInstanve(Hazelcast.newHazelcastInstance(config),
HazelcastInstance hazelcast = new TracingHazelcastInstance(Hazelcast.newHazelcastInstance(config),
false);

// Get Map:
Expand Down

0 comments on commit 866a9ae

Please sign in to comment.