diff --git a/README.md b/README.md index 0a2fbaa8..f91bac3e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ class Linear(eqx.Module): return self.weight @ x + self.bias ``` -and fully compatible with normal JAX operations: +and are fully compatible with normal JAX operations: ```python @jax.jit