Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan authored Mar 21, 2018
1 parent 0b2caf6 commit 0c0295b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Tests & Quality: [![Build Status](https://travis-ci.org/wapmorgan/Morphos.svg)](
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/wapmorgan/Morphos/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/wapmorgan/Morphos/?branch=master)

## Features

- [] Inflection of Personal names (Фамилия, Имя, Отчество) (Russian)
- [] Inflection of Geographical names (Страны/Города) (Russian)
- [] Declension/Pluralization of nouns and adjectives (Russian, English)
Expand All @@ -22,7 +23,7 @@ Tests & Quality: [![Build Status](https://travis-ci.org/wapmorgan/Morphos.svg)](

1. Installation
2. Quick start
3. Library documentation
3. Documentation
4. Contributing

## Installation
Expand All @@ -32,6 +33,8 @@ Tests & Quality: [![Build Status](https://travis-ci.org/wapmorgan/Morphos.svg)](
composer require wapmorgan/morphos
```

### Adapters

- Adapter for Blade: [wapmorgan/morphos-blade](https://github.com/wapmorgan/Morphos-Blade)
- Adapter for Twig: [wapmorgan/morphos-twig](https://github.com/wapmorgan/Morphos-Twig)
- Adapter for Yii2: [wapmorgan/yii2-inflection](https://github.com/wapmorgan/yii2-inflection)
Expand Down Expand Up @@ -70,7 +73,7 @@ morphos\English\CardinalNumeralGenerator::generate(567) => 'five hundred sixty-s
morphos\English\OrdinalNumeralGenerator::generate(961) => 'nine hundred sixty-first'
```

# Library documentation
# Documentation

- [Русская морфология](README-ru.md) в файле README-ru.md
- [English morphology](README-en.md) in file README-en.md
Expand Down

0 comments on commit 0c0295b

Please sign in to comment.