From eb7d524ab18dae4f2111dfc3d5de847e3a839971 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sat, 7 Dec 2013 15:15:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0d65e..38dd592 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This is because jspm uses the `package.json` for modular package configuration, * Shim config for globals (`shim`) * Auto-enabling minification (`buildOptions.uglify`) -In this way, the right package options can make any library play well with jspm, without needing any manual configuration at all. +In this way, the right package options can make any package play well with jspm, without needing any manual configuration at all. Submitting a pull request to the original repo is still preferable to package overrides, this is a convenience service only and not a long term solution.