diff --git a/README.md b/README.md index 22be0ad..2fdf9a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Latest Release Download Count](https://img.shields.io/github/downloads/farling42/obsidian-import-json/latest/main.js) + ## Import JSON This plug-in provides you with the tools to import your favourite JSON tables. @@ -42,4 +44,4 @@ A new inline helper "{{table" is available. It is used to lookup a value in a st {{!-- {{table "blue" "red" "angry" "blue" "sad" "yellow" "envious" "green" "happy"}} --}} {{!-- will be converted into the string 'sad' (taking "blue" and looking for the value/result pair that matches) }} {{table lookup value1 result1 value2 result2 value3 result3}} -``` \ No newline at end of file +```