Update README.md

This commit is contained in:
cactuzhead 2025-03-21 20:01:10 +00:00 committed by GitHub
parent 792130816a
commit 2437a6004b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,11 +22,11 @@ This plugin extends obsidian to allow you to create custom progress bars by usi
### Usage Example Code Block
To insert an `Advanced Progress Bar` into `Obsidian`, you use a fenced code block similar to the one below.
````
```obsidian-apb
```apb
My Title: 57/100
```
````
In the `obsidian-apb` code block, you define the attributes as `Title`: `Value` / `Total`.
In the `apb` code block, you define the attributes as `Title`: `Value` / `Total`.
## Documentation
For full documentation, please visit our <a href="https://cactuzhead.github.io/Advanced-Progress-Bars/" target="_blank">github page</a>