Skip to content

Commit

Permalink
Merge pull request #49 from koppor/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gaurav-nelson authored May 15, 2024
2 parents 8d44ea9 + e1c40a1 commit 71b8ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Linkspector is a powerful tool for anyone who creates content using markup langu

## How this is different from existing tools?

1. **Enhanced Link Checking with Puppeteer** :It uses [Puppeteer](https://pptr.dev/) to check links in Chrome's headless mode, reducing the number of false positives.
1. **Enhanced Link Checking with Puppeteer**: It uses [Puppeteer](https://pptr.dev/) to check links in Chrome's headless mode, reducing the number of false positives.
2. **Addresses limitations and adds user-requested features**: It is built to adress the shortcomings in [GitHub Action - Markdown link check](https://github.com/gaurav-nelson/github-action-markdown-link-check) and adds many user requested features.
3. **Single repository for seamless collaboration**: All the code it needs to run is in a single repository, making it easier for community to collaborate.
4. **Focused for CI/CD use**: Linkspector is purposefully tailored to run into your CI/CD pipelines. This ensures that link checking becomes an integral part of your development workflow.
Expand Down

0 comments on commit 71b8ebd

Please sign in to comment.