Skip to content

Commit be4decd

Browse files
authored
fix: readme changed
1 parent 4d21661 commit be4decd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sfdmu",
3-
"description": "The SFDX Data Move Utility (SFDMU) is the most modern and powerful salesforce data loader. Makes data seeding extremely easy and fast.",
3+
"description": "The SFDX Data Move Utility (SFDMU) is the most modern and powerful salesforce data migration tool. It will help you to populate your org with data in minutes.",
44
"version": "4.26.2",
55
"author": "Haim Knokh",
66
"bugs": "https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues",
@@ -73,7 +73,7 @@
7373
"bin": "sfdx",
7474
"topics": {
7575
"sfdmu": {
76-
"description": "The SFDX Data Move Utility (SFDMU) is the most modern and powerful salesforce data loader. Makes data seeding extremely easy and fast.\n• The SFDMU will help you to populate your Scratch / Dev / Sandbox / Prod org with records imported from another org or CSV files.\n• It can perform all CRUD operations (Insert / Update / Upsert / Delete) also for multiple related sObjects."
76+
"description": "The SFDX Data Move Utility (SFDMU) is the most modern and powerful salesforce data migration tool.\n• The SFDMU will help you to quickly populate your Scratch / Dev / Sandbox / Prod org with records imported from another org or CSV files."
7777
}
7878
},
7979
"devPlugins": [
@@ -95,4 +95,4 @@
9595
"build": "tsc -b",
9696
"typedoc-sfdmu-run-addons": "typedoc --options typedoc-sfdmu-run-addons.json"
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)