diff --git a/preview.gif b/preview.gif index b7f8c58..64b0216 100644 Binary files a/preview.gif and b/preview.gif differ diff --git a/readme.md b/readme.md index 53cf4f4..a361827 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,13 @@ A simple cli tool for trying out different nodejs modules. ## Usage -`trymodule colors` < downloads the module colors if needed, and starts a nodejs REPL with colors loaded in the current scope, ready for you to use. +`trymodule colors` + +Downloads the module colors if needed, and starts a nodejs REPL with colors loaded in the current scope, ready for you to use. + +`trymodule colors lodash` + +Same as above but with many packages in one go! ## Remove installed packages