Skip to content

Commit

Permalink
fix broken link to the regex (#4)
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
SebastianS90 authored and shinnn committed Oct 13, 2016
1 parent 451c8b0 commit e8abfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ grunt.initConfig({
The comment will be regarded as a license statement and preserved after compression, if it meets at least one of the following requirements:
1. The comment is in the *first* line of a file.
2. [The regexp for license statement](./uglify-save-license.js#L7) matches the string of the comment. It matches, for example, `MIT` and `Copyright`.
2. [The regexp for license statement](https://github.com/shinnn/uglify-save-license/blob/451c8b0f549dbb74d62096f00b939f9c35942632/index.js#L7) matches the string of the comment. It matches, for example, `MIT` and `Copyright`.
3. There is a comment at the *previous* line, and it matches 1. 2. or 3.
## Used by
Expand Down

0 comments on commit e8abfd7

Please sign in to comment.