From 559aa011e2930a0027ded8231f327af37511b102 Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Thu, 7 Mar 2024 10:41:31 +0900 Subject: [PATCH] docs: include API doc link in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b929328..4c0d9fb 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ fn do_something(context: &impl Context) { } ``` +## API Documentation + + + ## Acknowledgements This project is built on top of the [great work](https://github.com/softprops/xray) of [Doug Tangren (softprops)](https://github.com/softprops). \ No newline at end of file