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