diff --git a/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md b/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md index d2858e2..2c5ad75 100644 --- a/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md +++ b/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md @@ -176,7 +176,7 @@ DECLARE @output_file string = @"\output\twitter.csv"; partitionid long, eventenqueuedutctime string FROM @input_file - USING new Microsoft.Analytics.Samples.Formats.Avro.AvroExtractor(@" + USING new Microsoft.Analytics.Samples.Formats.ApacheAvro.AvroExtractor(@" { ""type"" : ""record"", ""name"" : ""GenericFromIRecord0"",