Skip to content

Commit 91f8849

Browse files
authored
Update README.md
1 parent 554089b commit 91f8849

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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
1013
* Serverless V0.5 or newer
1114
* Java Runtime Engine (JRE) version 6.x or newer
@@ -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.8`
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)