Skip to content

Commit 921bb15

Browse files
60daysawjuliani
authored andcommitted
Tiny TensorFlowSharp docs tweak (#252)
Namespace capitalization change for people copy/pasting - otherwise namespace is not found
1 parent 1c249ab commit 921bb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Put the file `your_name_graph.bytes` into Resources.
7979
In your C# script :
8080
At the top, add the line
8181
```csharp
82-
using Tensorflow;
82+
using TensorFlow;
8383
```
8484
If you will be building for android, you must add this block at the start of your code :
8585
```csharp

0 commit comments

Comments
 (0)