From 99b5bd6c19888a4643e510b34c2d54d6bb1aeac2 Mon Sep 17 00:00:00 2001 From: Basil Date: Sun, 26 Mar 2017 16:28:45 +0200 Subject: [PATCH] Update README.md Update readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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