From 8c41abb4e599450f24ec1ec4efc5fccd06e173f0 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Sun, 13 Dec 2020 02:36:51 +0100 Subject: [PATCH] Added another link to the website in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f87aaf..a7c83bc 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Run `cargo install kalk_cli` 3. Grab the binary from `targets/release` ## Syntax +A more complete reference can be found on [the website](https://kalk.strct.net) ### Functions __Defining:__ name(parameter1, parameter2, ...) = expression @@ -55,7 +56,7 @@ __Defining:__ name = expression __Using:__ name **Example:** `x` -### Units +### Units (experimental, are likely to not work properly) *Note: You only need to define the relationship between two units once. You will be able to convert between both of them.* __Defining:__ `unit` name = expression **Example:** `unit deg = (rad*180)/π`