From 5ed1ea3460c6e8d84d4d52fb4c8c169f86adfb00 Mon Sep 17 00:00:00 2001 From: Klaus Trainer Date: Wed, 3 May 2017 18:55:26 +0200 Subject: [PATCH] fix(readme): add missing attributions Fixes #2 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aa34e0f..076df83 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,13 @@ const db = levelup('tableName', options) // the DynamoDB table name will See [here](https://github.com/KlausTrainer/dynamodbdown/releases). +## Acknowledgments ## + +DynamoDBDOWN has been heavily inspired by: + +* [DynamoDOWN](https://github.com/davidguttman/dynamodown) by David Guttman +* [dynamo-down](https://github.com/jed/dynamo-down) by Jed Schmidt. + ## LICENSE ## Copyright 2016 Klaus Trainer