We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5902b commit f2abb86Copy full SHA for f2abb86
README.md
@@ -34,8 +34,8 @@ $license = $licensee->findLicenseByTitle('MIT License');
34
echo "Found " . $license->getTitle() . "\n";
35
```
36
37
-Setting the optional argument `allowMatchWithoutVersion` to `true` will allow the detection of licenses without considering the version number.
38
-Note that this will return the first license that matches the title, which might not be the correct one if version numbers are ignored.
+Setting the optional argument `allowMatchWithoutVersion` to `true` will allow the detection of licenses
+without considering the version number, in case no exact match can be found.
39
40
### Detect license by content
41
0 commit comments