From 2469633d5411a79cc2f0b4609b2c5fd2b6a6d558 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Thu, 28 Sep 2023 16:04:43 -0700 Subject: [PATCH] Nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f44cc0fa8..5a410dfdd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install keras-core 2. Install backend package(s). -To use keras-core, you should also install the backend of choice: `tensorflow`, `jax`, or `torch`. +To use `keras-core`, you should also install the backend of choice: `tensorflow`, `jax`, or `torch`. Note that `tensorflow` is required for using certain Keras 3 features: certain preprocessing layers as well as `tf.data` pipelines.