Skip to content

Commit

Permalink
Updated to highlight code example
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Jan 4, 2022
1 parent e5884e9 commit 5e6fdcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ The code is written in the style of C# if you're after something aimed at F# che
[F#](https://github.com/putridparrot/FSharp.Units)
[TypeScript](https://github.com/putridparrot/unit-conversions)
[Swift](https://github.com/putridparrot/SwiftUnits)
[Java](https://github.com/putridparrot/JavaUnits)### Example
[Java](https://github.com/putridparrot/JavaUnits)

### Example

Example of usage:

```
var fahrenheit = Temperature.Celsius.ToFahrenheit(12.0);
```

Each unit of measure then includes functions to convert to each for example, converting each Temperature unit of measure to each other Temperature.

Expand Down

0 comments on commit 5e6fdcd

Please sign in to comment.