From 829fb62b1aa064c56e3c95a8bb21f0e69a4ba7ba Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Fri, 11 Feb 2022 21:03:22 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27f6d51..3806b66 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is just another WordPress framework. It is built for developers to create a 4. Change `"name"` to your theme name eg: `Xurais` or `Xu Rais` and change the `"proxy"` to your local WordPress site url. 5. Open command line, navigate to project folder and run `npm install` to install dependencies. 6. Now run `npm run init` command to automatically change text-domain, prefixes, DocBlocks etc to your theme name. -7. Run `npm run serve` command to watch your theme files for changes for changes and auto reload browser. ;-) +7. Run `npm run serve` command to watch your theme files for changes and auto reload browser. ;-) 8. Once you have completed your theme run `npm run build` command to generate a clean copy of your theme on desktop. `.pot` file will also be generated inside languages folder. 9. Run `npm run child` to generate child-theme. 10. To stop auto browser reload use `CTRL+C` in windows and `CMD+C` on mac.