From 8096bfac6cd7ef6f3b45d95bc216734a2ae22d39 Mon Sep 17 00:00:00 2001 From: john <33205097+johngunerli@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:05:34 -0400 Subject: [PATCH] Update README.md: spelling errors (#30) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b3922..89edfd8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ together via the integration tests in this repository. Packages include: - [JAX](http://github.com/google/jax): the core JAX package, which includes array operations and program transformations like `jit`, `vmap`, `grad`, etc. - [flax](http://github.com/google/flax): build neural networks with JAX -- [ml_dtypes](http://github.com/jax-ml/ml_dtypes): NumPy dtype extensions for machine learing. +- [ml_dtypes](http://github.com/jax-ml/ml_dtypes): NumPy dtype extensions for machine learning. - [optax](https://github.com/google-deepmind/optax): gradient processing and optimization in JAX. - [orbax](https://github.com/google/orbax): checkpointing and persistence utilities for JAX.