From a9e45147265d84290b9686f2ac705350aa40ae23 Mon Sep 17 00:00:00 2001 From: Robert Means Date: Thu, 14 Mar 2024 06:27:29 -0400 Subject: [PATCH] Removes specific version number and fixes link --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 .",