Skip to content

Commit aa78dd2

Browse files
committed
2 parents 12d186b + 0dde680 commit aa78dd2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ serverless-dynamodb-local
66
[![npm version](https://badge.fury.io/js/serverless-dynamodb-local.svg)](https://badge.fury.io/js/serverless-dynamodb-local)
77
[![license](https://img.shields.io/npm/l/serverless-dynamodb-local.svg)](https://www.npmjs.com/package/serverless-dynamodb-local)
88

9+
For [email protected] installation and documentation [please see v1 branch](https://github.com/99xt/serverless-dynamodb-local/tree/v1).
10+
11+
Following instructions are for [email protected]
912
## This Plugin Requires
10-
* Serverless V0.5 or newer
13+
* Serverless V0.5.x
1114
* Java Runtime Engine (JRE) version 6.x or newer
1215

1316
## Features
@@ -16,7 +19,7 @@ serverless-dynamodb-local
1619
* Create, Manage and Execute DynamoDB Migration Scripts(Table Creation/ Data Seeds) for DynamoDB Local and Online
1720

1821
## Install Plugin
19-
`npm install --save serverless-dynamodb-local`
22+
`npm install --save serverless-dynamodb-local@0.2.10`
2023

2124
Then in `s-project.json` add following entry to the plugins array: `serverless-dynamodb-local`
2225
e.g `"plugins": ["serverless-dynamodb-local"]`

0 commit comments

Comments
 (0)