From 02eaa63fa0533013c0b82d8cf4df603d2ff7fb1e Mon Sep 17 00:00:00 2001 From: jam1garner <jam1.mcleod@hotmail.com> Date: Tue, 14 Apr 2020 22:58:36 -0400 Subject: [PATCH] Add documentation link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4822868..30e9f57 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A template for writing skyline plugins for modding switch games using Rust and skyline-rs. +[Documentation for skyline-rs](https://ultimate-research.github.io/skyline-rs-template/doc/skyline/index.html) + ## Prerequisites * [Rust](https://www.rust-lang.org/install.html) - make sure rustup, cargo, and rustc (preferrably nightly) are installed.