Browse Source

Category cleanup.

pull/216/merge
Jamie 11 years ago
parent
commit
15cd29e1ad
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      README.md

+ 4
- 3
README.md View File

52
 	- [Data Structure and Storage](#data-structure-and-storage)
52
 	- [Data Structure and Storage](#data-structure-and-storage)
53
 	- [Notifications](#notifications)
53
 	- [Notifications](#notifications)
54
 	- [Deployment](#deployment)
54
 	- [Deployment](#deployment)
55
-	- [I18n](#i18n)
55
+	- [Internationalisation and Localisation](#internationalisation-and-localisation)
56
 	- [Third Party APIs](#third-party-apis)
56
 	- [Third Party APIs](#third-party-apis)
57
 	- [Extensions](#extensions)
57
 	- [Extensions](#extensions)
58
 	- [Miscellaneous](#miscellaneous)
58
 	- [Miscellaneous](#miscellaneous)
540
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
540
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
541
 
541
 
542
 ## Deployment
542
 ## Deployment
543
+*Libraries for project deployment.*
543
 
544
 
544
 * [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
545
 * [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
545
 * [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
546
 * [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
546
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
547
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
547
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
548
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
548
 
549
 
549
-## I18n
550
-*Libraries for I18n (Internationalization) and L10n (Localization)*
550
+## Internationalisation and Localisation
551
+*Libraries for Internationalization (I18n) and Localization (L10n).
551
 
552
 
552
 * [Aura.Intl](https://github.com/auraphp/Aura.Intl)
553
 * [Aura.Intl](https://github.com/auraphp/Aura.Intl)
553
 
554
 

Loading…
Cancel
Save