diff --git a/docs/recipes/websites/file-structure.md b/docs/recipes/websites/file-structure.md index 62368695a..4031c1bd3 100644 --- a/docs/recipes/websites/file-structure.md +++ b/docs/recipes/websites/file-structure.md @@ -8,7 +8,7 @@ The following command is available in all ElacticMS applications (Admin, Web and php bin/console ems:file-structure:push ../../demo ``` This command will upload all files present in the ../../demo folder an give you an hash as output. -That hash identify an ElasticMS Archive, it's a JSON containing the all files structure (with hash, filename, size and mimetype). +That hash identify an ElasticMS Archive, it's a JSON containing the all files structure (with hash, filename, size and mimetype of all files). ## Update a local folder from ElasticMS