From 4081f946227ce06d15ef60282b4ff73c884a9f3c Mon Sep 17 00:00:00 2001 From: William Moses Date: Wed, 27 Dec 2023 13:21:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ae9f714a..f93e1449d 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ The easiest way to install is using pip. ```bash # The project is available on PyPi and installable like -# a usual python package (https://pypi.org/project/enzyme-jax/) -pip install enzyme-jax +# a usual python package (https://pypi.org/project/enzyme-ad/) +pip install enzyme-ad ``` ## Building from source