Skip to content

Commit 6dba6e0

Browse files
authored
Update Readme
1 parent b132a6d commit 6dba6e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ serverless-react-boilerplate
66
[![Join the chat at https://gitter.im/99xt/serverless-react-boilerplate](https://badges.gitter.im/99xt/serverless-react-boilerplate.svg)](https://gitter.im/99xt/serverless-react-boilerplate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

88
## Requirements
9-
* serverless@v1-rc.1
9+
* serverless@v1
1010
* Java Runtime Engine (JRE) version 6.x or newer to run dynamodb locally
1111

1212
## Features
@@ -72,7 +72,7 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
7272
```
7373
npm i -g webpack webpack-dev-server
7474
75-
npm i -g serverless@1.0.0-rc.1
75+
npm i -g serverless
7676
```
7777
* Install project dependencies. `cd serverless-react-boilerplate` and type,
7878
```
@@ -95,6 +95,12 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
9595
## Note
9696
At the moment, once you have tested your api locally and deploy using `npm run deploy`, we will be uninstalling the dynamodb local binary from the project to avoid it getting into the serverless deploy package. So next time you have to run `npm run db-setup` before starting the application using `npm run app`. This will be fixed soon. [Issue #20](https://github.com/99xt/serverless-react-boilerplate/issues/20)
9797

98+
## Contribution
99+
Your contributions are much appriciated.
100+
101+
## Release Log
102+
[email protected] support added.
103+
98104
## Links
99105
* [serverless-dynamodb-local plugin](https://github.com/99xt/serverless-dynamodb-local)
100106
* [serverless-offline plugin](https://github.com/dherault/serverless-offline)

0 commit comments

Comments
 (0)