Skip to content

Commit 8f95d7a

Browse files
committed
fix: update README for npm
1 parent 1960409 commit 8f95d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# playwright-page-object
22

3-
`playwright-page-object` is a TypeScript-first Page Object Model framework for Playwright that replaces raw `page.locator()` chains with a **typed, composable, decorator-driven control graph**.
3+
`playwright-page-object` is a TypeScript-first Page Object Model framework for Playwright that replaces raw `page.locator()` chains with a typed, composable, decorator-driven control graph.
44

55
Every piece of UI becomes a class. Every selector becomes a typed accessor. Every test becomes a readable composition of controls.
66

0 commit comments

Comments
 (0)