diff --git a/README.md b/README.md
index 6c5ad03b0..ffd724207 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,7 @@ The `layers` prop takes an array of objects that will represent each image (or c
| **children** | `Element` | | Custom layer children provided as a React element, for example `` |
| **expanded** | `Boolean` | `true` | Indicate if the layer should be expanded with negative top/bottom margins so the edges will never be visible. |
| **image** | `String` | | Image source that will be applied as a CSS background image on the layer. |
+| **props** | `Object` | | Props to apply to the layer element. Example: `{ props: style: { background: 'red' }}` |
## \
diff --git a/package.json b/package.json
index aa8a706f7..8c5dc549f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scroll-parallax",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "React components to create parallax scroll effects for banners, images or any other DOM elements.",
"repository": {
"type": "git",
diff --git a/yarn.lock b/yarn.lock
index 5f396d075..17ca10323 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1922,9 +1922,9 @@ acorn-walk@^6.0.1:
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
acorn@^5.5.3:
- version "5.7.3"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
- integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
+ version "5.7.4"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
+ integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
acorn@^6.0.1, acorn@^6.0.7, acorn@^6.2.1:
version "6.3.0"