Skip to content

Commit

Permalink
chore(docs): Update docs for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tupadr3 committed Aug 14, 2019
1 parent 8a5a7e6 commit 71cd35b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The common.puml is required for the rest to work.
or via url

```puml
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
!includeurl ICONURL/common.puml
```

Expand Down Expand Up @@ -70,7 +70,7 @@ The following icon sets are included:
| [Govicons](http://govicons.io/) | [List of macros](govicons/index.md) |
| [Weather](https://erikflowers.github.io/weather-icons/) | [List of macros](weather/index.md) |
| [Material](http://google.github.io/material-design-icons/) | [List of macros](material/index.md) |
| [Devicon 2](https://konpa.github.io/devicon/) | [List of macros](dev2/index.md) |
| [Devicon 2](https://konpa.github.io/devicon/) | [List of macros](dev2/index.md) |

## Example

Expand All @@ -79,7 +79,7 @@ The following icon sets are included:
skinparam defaultTextAlignment center
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
!includeurl ICONURL/common.puml
!includeurl ICONURL/devicons/mysql.puml
Expand Down Expand Up @@ -116,22 +116,24 @@ Icons are generated with [font-icon-generator](https://github.com/tupadr3/font-i

## Note

- All brand icons are trademarks of their respective owners.
- Thanks to milo-minderbinder for [AWS-PlantUML](https://github.com/milo-minderbinder/AWS-PlantUML)
- All brand icons are trademarks of their respective owners.
- Thanks to milo-minderbinder for [AWS-PlantUML](https://github.com/milo-minderbinder/AWS-PlantUML)
- Thanks to [yuri-becker](https://github.com/yuri-becker) for the integration of [Devicon 2](https://konpa.github.io/devicon/)

## Changelog

#### v2.1.0
- Added Devicon 2

- Added Devicon 2

#### v2.0.0

- Added fa5, weather, gov and material
- Updated dev and fa to latest version
- Fixed aspect ratios
- Added fa5, weather, gov and material
- Updated dev and fa to latest version
- Fixed aspect ratios

#### v1.0.0

- Intital release
- Intital release

Enjoy!

0 comments on commit 71cd35b

Please sign in to comment.