From 31558ad1ff75c8e319a924e8dbf350bbf4cb98ea Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Wed, 7 Feb 2018 10:21:19 -0800 Subject: [PATCH] Fix typo --- docs/guides/COMMAND_LINE_APPLICATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/COMMAND_LINE_APPLICATIONS.md b/docs/guides/COMMAND_LINE_APPLICATIONS.md index 375bcc3..16f0d0a 100644 --- a/docs/guides/COMMAND_LINE_APPLICATIONS.md +++ b/docs/guides/COMMAND_LINE_APPLICATIONS.md @@ -41,5 +41,5 @@ Encode a mesh file using the default settings. `draco_encoder` will read OBJ or `draco_decoder` will read Draco files as input, and output OBJ or PLY files. The basic command line looks like this: ``` -./draco_encoder -i bunny.drc -o bunny.ply +./draco_decoder -i bunny.drc -o bunny.ply ```