Skip to content

Commit

Permalink
added link to npm and number of downloads in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
awaragi committed Oct 28, 2023
1 parent f78bfe3 commit 5f36f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# eleventy-plugin-plantuml

[![NPM Version](https://img.shields.io/npm/v/eleventy-plugin-plantuml)](https://www.npmjs.com/package/eleventy-plugin-plantuml)
[![NPM Downloads](https://img.shields.io/npm/dt/eleventy-plugin-plantuml)](https://www.npmjs.com/package/eleventy-plugin-plantuml)

[Eleventy](https://www.11ty.dev/) - [Plantuml](https://plantuml.com/) - [Plugin](https://www.11ty.dev/docs/plugins/). Uses sync request to connect to a plantuml server to convert markdown code block of type plantuml to an inline dataurl png `<img>`, or to svg code.

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-plantuml",
"version": "1.1.5",
"version": "1.1.6",
"description": "Eleventy (11ty) Plantuml markdown plugin",
"main": "index.js",
"repository": "[email protected]:awaragi/eleventy-plugin-plantuml.git",
Expand Down

0 comments on commit 5f36f70

Please sign in to comment.