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 ```