From 3acaf18649b22b80a2fb38b8c651ca01a8ad4210 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 24 Jun 2024 19:59:58 +0100 Subject: [PATCH] Update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 534dda3..fe518d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gphotos-takeout-repair [![CI](https://github.com/AlecRust/gphotos-takeout-repair/actions/workflows/ci.yml/badge.svg)](https://github.com/AlecRust/gphotos-takeout-repair/actions/workflows/ci.yml) [![npm version](https://img.shields.io/npm/v/gphotos-takeout-repair.svg)](https://www.npmjs.com/package/gphotos-takeout-repair) -> Transform a Google Photos export (created with [Takeout](https://takeout.google.com/)) into a useful directory of files. +> Organize a Google Photos export (created with [Takeout](https://takeout.google.com/)) into a useful directory of files. The output is a directory of files (with folder structure retained) suitable for use as a traditional photo library, where there are no JSON files or duplicate "edited" versions, and files have suitable `Date Created` timestamps. diff --git a/package.json b/package.json index 8e715e6..19d36f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gphotos-takeout-repair", "version": "1.4.0", - "description": "Transform a Google Photos export (created with Takeout) into a useful directory of files.", + "description": "Organize a Google Photos export (created with Takeout) into a useful directory of files.", "repository": "AlecRust/gphotos-takeout-repair", "author": "Alec Rust ", "type": "module",