From 9854e70d6e057b992c13b3521f86a8cf16b8f364 Mon Sep 17 00:00:00 2001 From: Christian Collamar Date: Sat, 30 Dec 2023 14:08:14 +0800 Subject: [PATCH] Improve documentation --- package.json | 8 +++++++- readme.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9ce1dc..5d2a007 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,11 @@ "#lib/*.js": "./lib/*.js" }, "exports": "./index.js", - "repository": "https://github.com/C-Collamar/datasync-s3-transfer" + "repository": "https://github.com/C-Collamar/datasync-s3-transfer", + "keywords": [ + "amazon", + "aws", + "datasync", + "s3" + ] } diff --git a/readme.md b/readme.md index bbb6911..4e6e241 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ Automate S3 object transfers between buckets via DataSync! 1. Install this package. - ``` + ```bash npm install @c-collamar/datasync-s3-transfer ```