Skip to content

Commit d432cc3

Browse files
authored
Merge pull request #68 from sokil/sokil-patch-5
add links
2 parents 788ac42 + 8ec9625 commit d432cc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
* [ISO Standards](#iso-standards)
2424
* [Installation](#installation)
25-
* [Installation models](#installation-models)
25+
* [Installation modes](#installation-modes)
2626
* [Libraries with included database update](#libraries-with-included-database-update)
2727
* [Library with manual database update](#library-with-manual-database-update)
2828
* [Translation drivers](#translation-drivers)
@@ -55,14 +55,14 @@
5555
* [Libraries with included database update](#libraries-with-included-database-update)
5656
* [Library with manual database update](#library-with-manual-database-update)
5757

58-
### Installation models
58+
### Installation modes
5959

6060
You may use this library in different modes:
61-
* `sokil/php-isocodes` - install library without database and messages and setup
61+
* `sokil/php-isocodes` (this library) - install library without database and messages and setup
6262
periodic updates of database and messages bt yourself with cron or inside CI/CD pipeline with `./bin/update_iso_codes_db.sh`
63-
* `sokil/php-isocodes-db-only` - if you do not need internationalisation, use
63+
* [sokil/php-isocodes-db-only](https://github.com/sokil/php-isocodes-db-only) - if you do not need internationalisation, use
6464
this library. Database already inside. To update database just periodically update this library.
65-
* `sokil/php-isocodes-db-i18n` - if you need internationalisation, use
65+
* [sokil/php-isocodes-db-i18n](https://github.com/sokil/php-isocodes-db-i18n) - if you need internationalisation, use
6666
this library. Database and messages already inside. To update database
6767
just periodically update this library.
6868

0 commit comments

Comments
 (0)