Skip to content

Commit

Permalink
- Update platform description
Browse files Browse the repository at this point in the history
  • Loading branch information
pusolito committed Jun 16, 2024
1 parent 868fe98 commit e6aa7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<div style="text-align:center"><h1>Measured: intuitive, type-safe units</h1></div>

[![Kotlin 1.9.23](https://img.shields.io/badge/Kotlin_1.9.23-blue.svg?style=for-the-badge&logo=kotlin&logoColor=white)](http://kotlinlang.org)
[![JS, Wasm, JVM, iOS, Mac](https://img.shields.io/badge/JS%2C_Wasm%2C_JVM%2C_iOS%2C_Mac-purple?style=for-the-badge&logo=kotlin&logoColor=white)](https://kotlinlang.org/docs/js-overview.html)
[![JS, Wasm, JVM, iOS, Android, Native](https://img.shields.io/badge/JS%2C_Wasm%2C_JVM%2C_iOS%2C_Android%2C_Native-purple?style=for-the-badge&logo=kotlin&logoColor=white)](https://kotlinlang.org/docs/js-overview.html)
[![License: MIT](https://img.shields.io/badge/MIT_License-green.svg?style=for-the-badge)](https://github.com/nacular/measured/blob/master/LICENSE)

Measured provides a safe and simple way to work with units of measure. It uses the compiler to ensure correctness, and provides intuitive, mathematical operations to work with any units. This means you can write more robust code that avoids implicit units. Time handling for example, is often done with implicit assumptions about milliseconds vs microseconds or seconds. Measured helps you avoid pitfalls like these.

0 comments on commit e6aa7df

Please sign in to comment.