From ac6d8692cd85872106157983be68ad9fe40d14d7 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:36:52 +0200 Subject: [PATCH] Added missing period for consistency and readability Added a missing period in a specific part of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c205400..fc055326 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ or (with GPU support): pip install tensorflow_gpu ``` -For more details about TensorFlow installation, you can check [TensorFlow Installation Guide](https://www.tensorflow.org/install/) +For more details about TensorFlow installation, you can check [TensorFlow Installation Guide](https://www.tensorflow.org/install/). ## TensorFlow v1 Examples - Index