From 18a2092adf891f2e5257c16bb0d6d2d6e19ac1c9 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Fri, 6 Oct 2023 10:17:58 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af42206..39df12b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ bun add rose ## Usage -This example defines custom gradients for the builtin JavaScript logarithm and +This example defines custom derivatives for the builtin JavaScript logarithm and power functions, then computes the output, gradient, and Hessian for the power function applied with base 2 and exponent 3: