File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 )
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
6060You 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
You can’t perform that action at this time.
0 commit comments