From d3c464e127f1365def8229bb6c1ab55e778cfa65 Mon Sep 17 00:00:00 2001 From: 60days <60days@users.noreply.github.com> Date: Tue, 16 Jan 2018 10:52:17 +1100 Subject: [PATCH] Tiny TensorFlowSharp docs tweak Namespace capitalization change for people copy/pasting - otherwise namespace is not found --- docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md b/docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md index 91fbef95d7..57635221f3 100644 --- a/docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md +++ b/docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md @@ -79,7 +79,7 @@ Put the file `your_name_graph.bytes` into Resources. In your C# script : At the top, add the line ```csharp -using Tensorflow; +using TensorFlow; ``` If you will be building for android, you must add this block at the start of your code : ```csharp