Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tigitz committed Feb 7, 2021
1 parent 682b5d9 commit 8e80a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1 align="center">PHP-Spellchecker</h1>
<img src="https://i.imgur.com/C8hHwW9.png" alt="PHP-Spellchecker" width="300" height="300">
</p>
<p align="center">
<a href="https://travis-ci.org/tigitz/php-spellchecker"><img src="https://img.shields.io/travis/com/tigitz/php-spellchecker/master.svg?style=flat-square&logo=travis" alt="Build Status"></a>
<a href="https://github.com/tigitz/php-spellchecker/actions"><img src="https://img.shields.io/github/checks-status/tigitz/php-spellchecker/master?logo=github&style=flat-square" alt="Build Status"></a>
<a href="https://codecov.io/gh/tigitz/php-spellchecker/branch/master"><img src="https://img.shields.io/codecov/c/github/tigitz/php-spellchecker/master.svg?style=flat-square&logo=codecov" alt="Code coverage"></a>
<a href="https://scrutinizer-ci.com/g/tigitz/php-spellchecker/?branch=master"><img src="https://img.shields.io/scrutinizer/g/tigitz/php-spellchecker.svg?style=flat-square&logo=scrutinizer" alt="Code coverage"></a>
<a href="https://gitter.im/php-spellchecker/php-spellchecker"><img src="https://img.shields.io/gitter/room/tigitz/php-spellchecker.svg?style=flat-square" alt="PHP-Spellchecker chat room"></a>
Expand All @@ -281,7 +281,7 @@ <h1>About</h1>
<p>Using PHP-Spellchecker can eliminate vendor lock-in, reduce technical debt, and improve the testability of your code.</p>
<h1>Features</h1>
<ul>
<li>🧐 Supports many popular spellcheckers out of the box: <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/aspell.html">Aspell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/hunspell.html">Hunspell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/ispell.html">Ispell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/php-pspell.html">PHP Pspell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/languagetools.html">LanguageTools</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/languagetools.html">JamSpell</a> and <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/multispellchecker.html">MultiSpellchecker</a> <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/create-custom.html">(add yours!)</a></li>
<li>🧐 Supports many popular spellcheckers out of the box: <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/aspell.html">Aspell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/hunspell.html">Hunspell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/ispell.html">Ispell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/php-pspell.html">PHP Pspell</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/languagetools.html">LanguageTools</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/jamspell.html">JamSpell</a> and <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/multispellchecker.html">MultiSpellchecker</a> <a href="https://tigitz.github.io/php-spellchecker/docs/spellcheckers/create-custom.html">(add yours!)</a></li>
<li>📄 Supports different text sources: file system <a href="https://tigitz.github.io/php-spellchecker/docs/text-sources/file.html">file</a>/<a href="https://tigitz.github.io/php-spellchecker/docs/text-sources/directory.html">directory</a>, <a href="https://tigitz.github.io/php-spellchecker/docs/text-sources/php-string.html">string</a>, and <a href="https://tigitz.github.io/php-spellchecker/docs/text-sources/multisource.html">multi-source</a> <a href="https://tigitz.github.io/php-spellchecker/docs/text-sources/create-custom.html">(add yours!)</a></li>
<li>🛠 Supports text processors: <a href="https://tigitz.github.io/php-spellchecker/docs/text-processors/markdown-remover.html">MarkdownRemover</a> <a href="https://tigitz.github.io/php-spellchecker/docs/text-processors/create-custom.html">(add yours!)</a></li>
<li>🔁 Supports misspelling handlers: <a href="https://tigitz.github.io/php-spellchecker/docs/misspellings-handlers/echohandler.html">EchoHandler</a> <a href="https://tigitz.github.io/php-spellchecker/docs/misspellings-handlers/create-custom.html">(add yours!)</a></li>
Expand Down

0 comments on commit 8e80a15

Please sign in to comment.