diff --git a/docs/source/Tutorial.md b/docs/source/Tutorial.md index e63297db5..2d0e0d8e0 100644 --- a/docs/source/Tutorial.md +++ b/docs/source/Tutorial.md @@ -262,49 +262,49 @@ Please be aware of the difference between `flatc` and `flatcc` tools.
~~~{.sh} cd flatbuffers/sample - ./../flatc --cpp samples/monster.fbs + ./../flatc --cpp monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --java samples/monster.fbs + ./../flatc --java monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --csharp samples/monster.fbs + ./../flatc --csharp monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --go samples/monster.fbs + ./../flatc --go monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --python samples/monster.fbs + ./../flatc --python monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --js samples/monster.fbs + ./../flatc --js monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --ts samples/monster.fbs + ./../flatc --ts monster.fbs ~~~
~~~{.sh} cd flatbuffers/sample - ./../flatc --php samples/monster.fbs + ./../flatc --php monster.fbs ~~~
@@ -319,7 +319,7 @@ Please be aware of the difference between `flatc` and `flatcc` tools.
~~~{.sh} cd flatbuffers/sample - ./../flatc --dart samples/monster.fbs + ./../flatc --dart monster.fbs ~~~