From 1059db6470ead6642e03263d89a0ed0e380e35fc Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Thu, 1 Dec 2022 21:41:41 +0800 Subject: [PATCH] Refer to the tutorial in WASM demo --- cozo-lib-wasm/wasm-react-demo/src/App.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cozo-lib-wasm/wasm-react-demo/src/App.js b/cozo-lib-wasm/wasm-react-demo/src/App.js index d952f351..153c1404 100644 --- a/cozo-lib-wasm/wasm-react-demo/src/App.js +++ b/cozo-lib-wasm/wasm-react-demo/src/App.js @@ -241,6 +241,9 @@ function App() { href="https://www.wikiwand.com/en/PageRank">PageRank of a hypothetical love triangle.

+

+ The tutorial contains many more examples. +

} );