Skip to content

Commit 5c676ad

Browse files
committed
docs: reworded cfgmgr to datastore stuff
1 parent 79e9c8a commit 5c676ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-summary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## UserUtils
2-
Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more.
2+
Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more.
33
Contains builtin TypeScript declarations. Fully web compatible and supports ESM and CJS imports and global declaration.
44
Licensed under the [MIT license.](https://github.com/Sv443-Network/UserUtils/blob/main/LICENSE.txt)
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- #MARKER Description -->
44
## UserUtils
5-
Zero-dependency library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more.
5+
Zero-dependency library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more.
66

77
Contains builtin TypeScript declarations. Fully web compatible and supports ESM and CJS imports and global declaration.
88
If you like using this library, please consider [supporting the development ❤️](https://github.com/sponsors/Sv443)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sv443-network/userutils",
33
"libName": "UserUtils",
44
"version": "6.2.0",
5-
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
5+
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"types": "dist/lib/index.d.ts",

0 commit comments

Comments
 (0)