Skip to content

Commit e21c181

Browse files
committed
Link Makefile from readme
1 parent 760c7d5 commit e21c181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ New features are always welcome! Follow these guidelines
102102
- Make sure there is a way to test the feature.
103103
- Test with PHP 5.3 (I'm serious!), >=5.4<7, 7.current. Docker is helpful, particularly for the older versions. Just run the ubuntu:12.04 image and install php for 5.3 and 14.04 for 5.6. I can help if you're having trouble.
104104

105-
The `Makefile` has some test cases. Run `make | less` and inspect the output. If you need specific versions or more information, continue reading.
105+
The [Makefile](Makefile) has some test cases. Run `make | less` and inspect the output. If you need specific versions or more information, continue reading.
106106

107107
To run using the test data manually simply point the `--to` and `--from` args at the lock files,
108108

@@ -164,7 +164,7 @@ Add a test case to test-data/
164164
Test Cases
165165
----------
166166

167-
See `Makefile`
167+
See [Makefile](Makefile).
168168

169169
- `comopser-lock-diff` # no args
170170
- `composer-lock-diff --from ./test-data/composer.from.lock --to ./test-data/composer.to.lock`

0 commit comments

Comments
 (0)