diff --git a/docs/source/CsharpUsage.md b/docs/source/CsharpUsage.md index f7f585db9..4bf012a8f 100644 --- a/docs/source/CsharpUsage.md +++ b/docs/source/CsharpUsage.md @@ -155,7 +155,7 @@ To use: An additional feature of the object API is the ability to allow you to serialize & deserialize a JSON text. -To use Json Serialization, add `--gen-json-serializer` option to `flatc` and +To use Json Serialization, add `--cs-gen-json-serializer` option to `flatc` and add `Newtonsoft.Json` nuget package to csproj. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cs}