README.md in rails_external_assets-0.4.0 vs README.md in rails_external_assets-0.5.0
- old
+ new
@@ -122,10 +122,10 @@
**manifest_file**
This is the file location of the asset manifest JSON file. The keys are the file paths pre-build, and the values are the file paths post-build.
-> Defaults to `public/external-assets/manfest.json`
+> Defaults to `public/external-assets/manifest.json`
**sprockets_directives**
This is an array to configure the use of the `external_assets` Sprockets directive that is provided by RailsExternalAssets. Each item is a hash with keys for `mime_type` and the `comments` supported by the directive. Check out the [Sprockets documentation](https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#adding-directives-to-your-extension) for more information.