diff --git a/README.md b/README.md index 2ac2eae..6a71412 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,7 @@ The base64 task takes a standard files configuration and transforms input files ```js grunt.initConfig({ base64: { - files: { - 'dest/testing123.b64': ['src/testing', 'src/123'], - }, + 'dest/testing123.b64': ['src/testing', 'src/123'], }, }) ```