diff --git a/README.md b/README.md index 77a4e85..fc4de99 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Deploy: Build and deploy: ```shell -$ just builddeply +$ just buildfndeploy ```
diff --git a/{{project_name}}/justfile b/{{project_name}}/justfile index 6c7abf1..1241c78 100644 --- a/{{project_name}}/justfile +++ b/{{project_name}}/justfile @@ -8,5 +8,5 @@ buildfn: zip code.zip bootstrap {{bin}} rm {{bin}} -builddeply: buildfn +buildfndeploy: buildfn fun deploy