Skip to content

Commit e99ade0

Browse files
committed
remove defaults_test
1 parent d9bc129 commit e99ade0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You can manage macOS application preferences using the `defaults` field in your
201201
Example:
202202

203203
```lua
204-
-- modules/defaults_test/init.lua
204+
-- modules/swiftshift/init.lua
205205
return {
206206
defaults = {
207207
{
@@ -411,8 +411,8 @@ return {
411411
- **Defaults Export/Import**: Manage macOS application preferences.
412412

413413
```bash
414-
$ dot defaults_test --defaults-export # Export app preferences to plist
415-
$ dot defaults_test --defaults-import # Import app preferences from plist
414+
$ dot app [-e,--defaults-export] # Export app preferences to plist
415+
$ dot app [-i,--defaults-import] # Import app preferences from plist
416416
```
417417

418418
## Examples

0 commit comments

Comments
 (0)