Skip to content

Commit

Permalink
fix(docs): replace emoji markup with an emoji glyph
Browse files Browse the repository at this point in the history
Jekyll does not interpret markup like `:warning:` and as a result,
the Metrics page was showing the following heading:

    Stability: :warning:Experimental:warning:

In this commit, I am replacing `:warning:` with the actual emoji glyph,
i.e. `⚠️`. This fixes the rendered page.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
  • Loading branch information
bajtos committed Dec 13, 2019
1 parent c50aca0 commit 8455526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/metrics/README.md
Expand Up @@ -3,7 +3,7 @@
This module contains a component that reports metrics of Node.js, LoopBack
framework, and your application to [Prometheus](https://prometheus.io/).

## Stability: :warning:Experimental:warning:
## Stability: ⚠️Experimental⚠️

> Experimental packages provide early access to advanced or experimental
> functionality to get community feedback. Such modules are published to npm
Expand Down

0 comments on commit 8455526

Please sign in to comment.