From 147fd949c252e382e451f502efa0cdab57b3f1ec Mon Sep 17 00:00:00 2001 From: Eron Wright Date: Sat, 4 Jan 2020 13:54:28 -0800 Subject: [PATCH] Update README.md Update README to accommodate the rename of `tensorflow-utils` to `tensorflow-tools`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e49e8acef7..1200796c738 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The following describes the layout of the repository and its different artifacts * All artifacts that build up the core language bindings of TensorFlow for Java. * Those artifacts provide the minimal support required to use the TensorFlow runtime on a JVM. -* `tensorflow-utils` +* `tensorflow-tools` * Utility libraries that do not depend on the TensorFlow runtime but are useful for machine learning purposes * `tensorflow-frameworks` @@ -37,7 +37,7 @@ The following describes the layout of the repository and its different artifacts * `tensorflow-starters` * Artifacts aggregating others for simplifying dependency management with TensorFlow -*Note: Right now, only the `tensorflow-core` component is present* +*Note: Right now, only the `tensorflow-core` and `tensorflow-tools` components are present* ## Building Sources