Skip to content

Commit

Permalink
Minor updates to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed May 14, 2020
1 parent 4cf3931 commit 7cbf28f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Escape glob pattern characters from a string.
```php
Glob::escape('What?'); // Returns 'What\?'
Glob::escape('*.{yml,yaml}'); // Returns '\*.\{yml\,yaml\}'
Glob::escape('[Gl]*b.txt'); // Returns '\[Gl\]\*b.txt'
Glob::escape('[Gg]l*b.txt'); // Returns '\[Gg\]l\*b.txt'
```

Changelog
Expand All @@ -180,8 +180,6 @@ A list of changes can be found on the [GitHub Releases](https://github.com/PHLAK
Troubleshooting
---------------

See the [Common Issues](https://github.com/PHLAK/Glob/wiki/Common-Issues) page for a list of common issues and help in solving them.

For general help and support join our [Spectrum Community](https://spectrum.chat/phlaknet) or reach out on [Twitter](https://twitter.com/PHLAK).

Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/Glob/issues).
Expand Down

0 comments on commit 7cbf28f

Please sign in to comment.