From 5ebc3ee814f62531e952f4813c8dbff5990264ac Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Thu, 10 Jul 2014 13:58:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aacd7b7..986744c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `Enhance.js` is a small JavaScript workflow designed to help developers progressively enhance a page in a qualified manner. -* Copyright 2012 @scottjehl, @beep, @wilto, @maggiewachs, and Filament Group, Inc. +* Copyright 2010-2014 @scottjehl, @beep, @wilto, @maggiewachs, and Filament Group, Inc. * License: MIT ## Overview @@ -88,4 +88,4 @@ Enhance.js exposes an object called `window.enhance` or just `enhance`. You can By default, we typically expose functions like `loadCSS`, `loadJS`, `getMeta`, and `cookie`, so that we can use these in other scripts in our codebase. -You might choose to expose feature support information, or even user agent info if you really need that. \ No newline at end of file +You might choose to expose feature support information, or even user agent info if you really need that.