diff --git a/README.md b/README.md index 8b02048..b734b90 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ Custom HTML website, served using thttpd 5. `abra app deploy YOURAPPDOMAIN` 6. Copy your files to the container, using something like ``` -abra app YOURAPPDOMAIN cp index.html app:/content +abra app cp YOURAPPDOMAIN index.html app:/var/www/http ```