Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9fabcbe

Browse files
committed
Updated with misc editing fixes.
Signed-off-by: adamculp <adamculp@uws.net>
1 parent 227655f commit 9fabcbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ More specifically the Docker image includes:
1414
- phpunit/phpunit
1515
- friendsofphp/php-cs-fixer
1616

17-
Now available through both Docker Hub and Github Container Repository. (see below)
17+
Now available through both Docker Hub and GitHub Container Repository. (see below)
1818

1919
## Usage
2020

@@ -26,7 +26,7 @@ docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp \
2626
adamculp/php-code-quality:latest <followup-command-with-arguments>
2727
```
2828

29-
Also, note the example above is for using the Docker Hub repository. Alternatively, you can also use the Github Package repository as well by prepending `ghcr.io/` to the image identifier, like the following: (Replacing the placeholders in angle brackets with your values.)
29+
Also, note the example above is for using the Docker Hub repository. Alternatively, you can also use the GitHub Package repository as well by prepending `ghcr.io/` to the image identifier, like the following: (Replacing the placeholders in angle brackets with your values.)
3030

3131
```
3232
cd </path/to/your/project>
@@ -120,7 +120,7 @@ IMPORTANT: Currently experiencing errors using this tool. See this [issue](https
120120

121121
See [PDepend Docs](https://pdepend.org/) for more usage details of this tool.
122122

123-
Note: I haven't used this for awhile, and notice it may require a Tidelift subscription for use.
123+
Note: I haven't used this for a while, and notice it may require a Tidelift subscription for use.
124124

125125
```
126126
docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp adamculp/php-code-quality:latest \
@@ -152,7 +152,7 @@ php /usr/local/lib/php-code-quality/vendor/bin/phpmetrics --excluded-dirs 'vendo
152152

153153
## Alternative Preparations
154154

155-
Rather than allowing Docker to retrieve the image from the Docker Hub or Github Container Repositories, users may also build the docker image locally by cloning the image repo from Github.
155+
Rather than allowing Docker to retrieve the image from the Docker Hub or GitHub Container Repositories, users may also build the docker image locally by cloning the image repo from GitHub.
156156

157157
Why? As an example, a different version of PHP may be desired. Or a specific version of any tools might be required.
158158

@@ -177,4 +177,4 @@ docker build -t adamculp/php-code-quality https://github.com/adamculp/php-code-q
177177

178178
## Enjoy!
179179

180-
Please star, on [Docker Hub](https://hub.docker.com/repository/docker/adamculp/php-code-quality), [Github Container Repository](https://github.com/adamculp/php-code-quality/pkgs/container/php-code-quality), or [Github](https://github.com/adamculp/php-code-quality), if you find this helpful.
180+
Please star, on [Docker Hub](https://hub.docker.com/repository/docker/adamculp/php-code-quality), [GitHub Container Repository](https://github.com/adamculp/php-code-quality/pkgs/container/php-code-quality), or [GitHub](https://github.com/adamculp/php-code-quality), if you find this helpful.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /