From 3f64dd6a9987ce45a23acb54e8e56a256e4a1d80 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Sat, 18 Jan 2020 09:37:12 -0500 Subject: [PATCH] Words Cleaning up some words, capitalization, etc. Side note: I'm rewriting this entire README with v2, publishing very soon (maybe today!). --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4440fe..c17f3a3 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ You'll need: - [Node.js](https://nodejs.org/) v10.12 or later - Your [WordPress export file](https://codex.wordpress.org/Tools_Export_Screen) -There are a few ways you can run the package: +There are a few ways you can use this package: -1. use npx example: `npx wordpress-export-to-markdown --input=wordpress_export_file.xml` -2. install it via npm: `npm i wordpress-export-to-markdown` then run `wordpress-export-to-markdown --input=wordpress_export_file.xml` -3. Clone this repository, open your terminal then run `npm install` and then `node index.js`. +1. To run via `npx`, run `npx wordpress-export-to-markdown` +2. To add to an existing repo, run `npm i wordpress-export-to-markdown` and then `wordpress-export-to-markdown` +3. Clone this repo, open your terminal to this package's directory, then run `npm install` and then `node index.js` This will create an `/output` folder filled with your posts and images.