Skip to content

Commit

Permalink
Centered diagram in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDuwaer committed Nov 26, 2021
1 parent 83e69f6 commit 09fcd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ npm install globol
# How to use
This library consists mainly of a few smart data types that each describe a different concept of time.
This is what they are and how they relate to eachother:

<p align="center">
<img width="600" src="https://github.com/Artiry/globol/blob/master/docs/type-diagram-1.0.svg?raw=true"/>

</p>
You can create instances of any one of them with static methods from their classes, e.g. `Instant.from(...)`,
`Instant.parse(...)` or `LocalTime.browser()`.
Similar methods exist on all Globol data types.
Expand Down

0 comments on commit 09fcd85

Please sign in to comment.