create-playwright-pom-start 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,10 @@ npx playwright-pom
35
35
 
36
36
  Or scaffold in a subfolder: `npx playwright-pom my-project`
37
37
 
38
- To **add more pages** to an existing project, run from the project root: `npx playwright-pom add pages`.
38
+ To **add more pages** to an existing project, run from the project root:
39
+ ```bash
40
+ npx playwright-pom add pages
41
+ ```
39
42
 
40
43
  ## Flow
41
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-playwright-pom-start",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
5
5
  "keywords": [
6
6
  "playwright",