From 12211907713d45c4fbf20f9b485e8922607519b7 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 1 Mar 2021 12:43:11 +0800 Subject: [PATCH] Add project website link to logo. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 628108e8..1bfd1806 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rhai - Embedded Scripting for Rust [![chat](https://img.shields.io/discord/767611025456889857.svg?logo=discord)](https://discord.gg/HquqbYFcZ9) [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/Rhai?logo=reddit)](https://www.reddit.com/r/Rhai) -![Rhai logo](https://rhai.rs/book/images/logo/rhai-banner-transparent-colour.svg) +[![Rhai logo](https://rhai.rs/book/images/logo/rhai-banner-transparent-colour.svg)](https://rhai.rs) Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way to add scripting to any application. @@ -66,6 +66,12 @@ For those who actually want their own language * Extend the language with [custom syntax](https://rhai.rs/book/engine/custom-syntax.html). +Project Site +------------ + +[`rhai.rs`](https://rhai.rs) + + Documentation -------------