diff --git a/packages/env/README.md b/packages/env/README.md index b82f59f734840..35b00fe83e8f4 100644 --- a/packages/env/README.md +++ b/packages/env/README.md @@ -499,7 +499,7 @@ Several types of strings can be passed into the `core`, `plugins`, `themes`, and | ----------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | Relative path | `.\|~` | `"./a/directory"`, `"../a/directory"`, `"~/a/directory"` | | Absolute path | `/\|:\` | `"/a/directory"`, `"C:\\a\\directory"` | -| GitHub repository | `/[#]` | `"WordPress/WordPress"`, `"WordPress/gutenberg#trunk"`, if no branch is provided wp-env will fall back to the repos default branch | +| GitHub repository | `/[/][#]` | `"WordPress/WordPress"`, `"WordPress/gutenberg#trunk"`, `WordPress/themes/my-theme#my-branch`; if no branch is provided wp-env will fall back to the repo's default branch | | SSH repository | `ssh://user@host//.git[#]` | `"ssh://git@github.com/WordPress/WordPress.git"` | | ZIP File | `http[s]:///.zip` | `"https://wordpress.org/wordpress-5.4-beta2.zip"` |