From 70e309ce480873fab5acf2cc2dd33e230c11c33f Mon Sep 17 00:00:00 2001 From: Tiffany Bennett Date: Wed, 30 Oct 2019 20:59:27 -0700 Subject: [PATCH] Update readme Add a couple new badges, and update the web interface section --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4df7eee1..93db5469 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/tiffany352/rink-rs.svg?branch=master)](https://travis-ci.org/tiffany352/rink-rs) [![codecov](https://codecov.io/gh/tiffany352/rink-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/tiffany352/rink-rs) +[![crates.io](https://img.shields.io/crates/v/rink)](https://crates.io/crates/rink) +[![downloads](https://img.shields.io/crates/d/rink)](https://crates.io/crates/rink) Rink is a unit-aware calculator. It can be used for physics and engineering calculations, as well as dimensionality analysis. @@ -27,9 +29,10 @@ Unique features: Describes (hopefully) everything you need to know to use Rink's expression language. -## [Web Interface](https://tiffnix.com/rink/) +## [Web Interface: rinkcalc.app](https://rinkcalc.app) -Rink is available via the web, so that you don't have to install it. +Rink is available via a web interface in addition to the terminal-based +interface. Useful for doing calculations on mobile. ## Install