diff --git a/src/docsify/README.md b/src/docsify/README.md index 8b42b42..d4f4557 100644 --- a/src/docsify/README.md +++ b/src/docsify/README.md @@ -1,7 +1,7 @@ # docsify (docsify) -Automatically serves ./docs workspace directory via 'docsify serve' in the background. +Automatically serves ./docs (or another) workspace directory via 'docsify serve' in the background. ## Example Usage diff --git a/src/docsify/devcontainer-feature.json b/src/docsify/devcontainer-feature.json index 613ab91..cd03f69 100644 --- a/src/docsify/devcontainer-feature.json +++ b/src/docsify/devcontainer-feature.json @@ -1,8 +1,8 @@ { "name": "docsify", "id": "docsify", - "version": "0.1.2", - "description": "Automatically serves ./docs workspace directory via 'docsify serve' in the background.", + "version": "0.1.3", + "description": "Automatically serves ./docs (or another) workspace directory via 'docsify serve' in the background.", "options": { "port": { "type": "string",