diff --git a/README.md b/README.md index 4f77a5c6..14b3cb66 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Apostrophe Import Export Module

- + @@ -15,7 +15,7 @@

-This A3 module enables import and export of pages and pieces, with or without related +This module enables import and export of pages and pieces, with or without related documents such as files, images and other related types. ## Installation @@ -142,7 +142,7 @@ module.exports = { ## Importing documents from another locale -Exported documents maintain their locale settings. If the locale during import differs from the export locale, and only one locale is configured in the @apostrophecms/i18n module, the documents will be automatically rewritten to align with the new import locale. +Exported documents maintain their locale settings. If the locale during import differs from the export locale, and only one locale is configured in the `@apostrophecms/i18n` module, the documents will be automatically rewritten to align with the new import locale. If multiple locales are set up, the user will be prompted to choose between canceling the import or proceeding with it. diff --git a/package.json b/package.json index 182c3787..79946318 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@apostrophecms/import-export", "version": "1.4.0", - "description": "Import Export Documents for ApostropheCMS 3.", + "description": "Import Export Documents for ApostropheCMS", "main": "index.js", "scripts": { "eslint": "eslint --ext .js,.vue .",