From 60286ee3055a996eba4fcd75e48bd1eada4f496a Mon Sep 17 00:00:00 2001 From: tdorsey Date: Wed, 9 May 2018 21:20:55 -0400 Subject: [PATCH] Change depreciated to deprecated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d04a0..b7aff73 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,9 @@ A tempting use case for this feature is client side templates - just include a ` For the case of assets like images, that do not need to be concatenated, you can specify a `null` path for the bundle. Parcelify will collect all assets of that type but not concatenate them. You can then process the individual assets further using the event callbacks. See [cartero](https://github.com/rotundasoftware/cartero) for an example of this more advanced use case. -### Command line usage (depreciated) +### Command line usage (deprecated) -You can also run parcelify directly from the command line, although this functionality is depreciated. Note browserify needs to be installed (or watchify, in the case that the -w flag is used). +You can also run parcelify directly from the command line, although this functionality is deprecated. Note browserify needs to be installed (or watchify, in the case that the -w flag is used). ``` $ parcelify main.js -o bundle.css