From c81c27b9ca45e1a0b767e4a9dfafeb9b84b82de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Mon, 21 Apr 2025 11:25:09 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 725266c..f9ae217 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Tesseract-JAX -`tesseract-jax` executes [Tesseracts](https://github.com/pasteurlabs/tesseract-core) as part of JAX programs, with full support for function transformations like JIT, `grad`, `jvp`, and more. +`tesseract-jax` executes [Tesseracts](https://github.com/pasteurlabs/tesseract-core) as part of JAX programs, with full support for function transformations like JIT, `grad`, and more. [Read the docs](https://docs.pasteurlabs.ai/projects/tesseract-jax/latest/) | [Explore the demos](https://github.com/pasteurlabs/tesseract-jax/tree/main/demo) |