diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index 9096494..d6ecb82 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -139,7 +139,7 @@ cp composer.json ~/Projects/drutopia-platform/build_source/ cp composer.lock ~/Projects/drutopia-platform/build_source/ cd ~/Projects/drutopia-platform/build_source/ git add -p composer.json -# Make certain no changes to `composer.json` that shouldn't be shared by every site +# IMPORTANT: Make no changes to `composer.json` that shouldn't be shared by every site git commit -m "Add x module or patch for z" git add -p composer.lock git commit -m "Update composer lock file"