From 5714cbdd7459f3b994fe430283dd2568e03b0dd7 Mon Sep 17 00:00:00 2001 From: Mani Tadayon Date: Thu, 10 Nov 2011 15:19:05 -0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f46c9..fb6152a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Packager ======== -Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a `package.yml` manifest file, as seen on the MooTools project. +Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependencies. Packager requires a yml header syntax in every file, and a `package.yml` manifest file, as seen on the MooTools project. Packager API ============