Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pirgeo committed Sep 8, 2023
1 parent 9d5ff81 commit 6965630
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 @@ -110,7 +110,7 @@ MetricLineBuilder.create(preConfig) // the (optional) MetricLinePreConfigura
.displayName("my display name") // set the display name for the current metric
.build(); // create a String from the information set above
```
#### Metadata line creation Stepper
#### Metadata line creation

1. Create a `MetricLineBuilder` with a metric key and a type.
2. `metadata()`: Creates a `MetadataLineBuilder` with the metric key and type set above.
Expand Down

0 comments on commit 6965630

Please sign in to comment.