From 01ddb6b217ce608d5107a16249f485e187743de5 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 1 May 2023 22:08:01 -0400 Subject: [PATCH] tweak readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 679684d..4194e89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -DDEV integration for developing Drupal contrib projects. This project reuses the code and approach from the [Drupal Association's Gitlab CI workflow](https://git.drupalcode.org/project/gitlab_templates/). - -As a general philosophy, your contributed module is the center of the universe. You should `git clone` it and this directory becomes the root of your codebase. +DDEV integration for developing Drupal contrib projects. As a general philosophy, your contributed module is the center of the universe. The codebase layout and commands in this project [match the Gitlab CI approach](https://git.drupalcode.org/project/gitlab_templates) from the Drupal Association. Install ===========