Skip to content

Commit 8384430

Browse files
authored
Merge pull request #6 from jitsecurity/fix-readme-links
📚 docs: Fix readme links
2 parents 069de06 + 91a8e5e commit 8384430

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Dynamo Data Transform is an easy to use data transformation tool for DynamoDB.
1616

1717
It allows performing powerful data transformations using simple Javascript commands, without the risk of breaking your database.
18-
Available as a [Serverless plugin](#serverless-plugin), [npm package](#standalone-npm-package) and even as an [interactive CLI](#interactive-cli), Dynamo Data Transform saves you time and keeps you safe with features like dry-running a data transformation and even rolling back your last trasnformation if needed.
18+
Available as a [Serverless plugin](#-serverless-plugin), [npm package](#standalone-npm-package) and even as an [interactive CLI](#-interactive-cli), Dynamo Data Transform saves you time and keeps you safe with features like dry-running a data transformation and even rolling back your last trasnformation if needed.
1919

2020
**Features**
2121

@@ -29,7 +29,7 @@ Available as a [Serverless plugin](#serverless-plugin), [npm package](#standalon
2929
## Table of contents
3030

3131
- [Quick Start](#quick-start)
32-
- [Serverless plugin](#-Serverless-plugin)
32+
- [Serverless plugin](#-serverless-plugin)
3333
- [Standalone npm package](#standalone-npm-package)
3434
- [Interactive CLI](#-interactive-cli)
3535
- [Creating your first data transformation](#creating-your-first-data-transformation)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamo-data-transform",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "DynamoDB Data Transformation Tool",
55
"main": "./index.js",
66
"repository": "https://github.com/jitsecurity/dynamo-data-transform",

0 commit comments

Comments
 (0)