From e07b9ff8681387be6e57f98b37f38fee0ddfc9fe Mon Sep 17 00:00:00 2001 From: Kasper Date: Tue, 17 Aug 2021 23:38:02 +0200 Subject: [PATCH] nothing --- .github/FUNDING.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index eba2b4d..2904548 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [probablykasper] +github: [ probablykasper ] diff --git a/README.md b/README.md index ee44958..e9c1655 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ calculation + conversion cpc parses and evaluates strings of math, with support for units and conversion. 128-bit decimal floating points are used for high accuracy. -It also lets you mix units, so for example `1 km - 1m` results in `Number { value: 999, unit: Meter }`. +It also lets you mix units, so for example `1 km - 1m` results in `999 Meter`. [![Crates.io](https://img.shields.io/crates/v/cpc.svg)](https://crates.io/crates/cpc) [![Documentation](https://docs.rs/cpc/badge.svg)](https://docs.rs/cpc)