diff --git a/README.md b/README.md index 4f1da54..74a888e 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,35 @@ The main purpose of this repo is to unify different stemming components based on its language. +## Installation + +This package is distributed over the packagist service for composer. In order to use this package composer must be installed. + +```sh +composer require nadar/stemming +``` + ## Usage Using the stemmer for your desired language: ```php