mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Update readme
Add a couple new badges, and update the web interface section
This commit is contained in:
parent
87495995e1
commit
70e309ce48
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue