Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech authored Dec 11, 2016
1 parent d01fddc commit b8e20df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/hemera-zipkin/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Hemera-zipkin package

## 1. Run zipkin in docker container
### 1. Run zipkin in docker container

```js
docker run -d -p 9411:9411 openzipkin/zipkin
```
## 2. Visit http://127.0.0.1:9411/
### 2. Visit http://127.0.0.1:9411/

## 3. Run example
### 3. Run example

```js
'use strict'
Expand Down

0 comments on commit b8e20df

Please sign in to comment.