diff --git a/content/compose/project-name.md b/content/compose/project-name.md index e49cd84f34..2f77ec8980 100644 --- a/content/compose/project-name.md +++ b/content/compose/project-name.md @@ -33,10 +33,10 @@ The precedence order for each method, from highest to lowest, is as follows: 1. The `-p` command line flag. 2. The [COMPOSE_PROJECT_NAME environment variable](environment-variables/envvars.md). 3. The [top-level `name:` attribute](compose-file/04-version-and-name.md) in your Compose file. Or the last `name:` if you [specify multiple Compose files](multiple-compose-files/merge.md) in the command line with the `-f` flag. -4. The base name of the project directory containing your Compose file. Or the base name of the first Compose file if you if you [specify multiple Compose files](multiple-compose-files/merge.md) in the command line with the `-f` flag. +4. The base name of the project directory containing your Compose file. Or the base name of the first Compose file if you [specify multiple Compose files](multiple-compose-files/merge.md) in the command line with the `-f` flag. 5. The base name of the current directory if no Compose file is specified. ## What's next? - Read up on [working with multiple Compose files](multiple-compose-files/_index.md). -- Explore some [sample apps](samples-for-compose.md). \ No newline at end of file +- Explore some [sample apps](samples-for-compose.md).