Skip to content

Commit fe5bd13

Browse files
committed
fix readme display
1 parent 7b3b4b5 commit fe5bd13

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Depending on the backend the following metrics types can be passed: counter | hi
4141
A counter can simply be incremented by 1 using `metrics:update/1`. or by passing a positive or negative integer like this:
4242

4343
```
44-
metrics:update("c", {c, 1}).`''
44+
metrics:update("c", {c, 1}).
45+
```
4546

4647
Other metrics are updated via `metrics:update/2`.
4748

doc/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Depending on the backend the following metrics types can be passed: counter | hi
4141
A counter can simply be incremented by 1 using `metrics:update/1`. or by passing a positive or negative integer like this:
4242

4343
```
44-
metrics:update("c", {c, 1}).`''
44+
metrics:update("c", {c, 1}).
45+
```
4546

4647
Other metrics are updated via `metrics:update/2`.
4748

doc/overview.edoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ Depending on the backend the following metrics types can be passed: counter | hi
3737

3838
### update a metric
3939

40-
A counter can simply be incremented by 1 using `metrics:update/1`. or by passing a positive or negative integer like this:
40+
A counter can simply be incremented by 1 using `metrics:update/1'. or by passing a positive or negative integer like this:
4141

4242
```
4343
metrics:update("c", {c, 1}).
44-
4544
'''
4645

4746
Other metrics are updated via `metrics:update/2'.

0 commit comments

Comments
 (0)