From 060142a8f95eb0348eb5d5924a3094606fe30de0 Mon Sep 17 00:00:00 2001
From: Sergio Vera Castellano <severa@magento.com>
Date: Thu, 11 Jan 2018 17:43:39 +0100
Subject: [PATCH] Added readme

---
 examples/community/parallax-scrolling-background/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/examples/community/parallax-scrolling-background/README.md b/examples/community/parallax-scrolling-background/README.md
index 5347004..4c3b117 100644
--- a/examples/community/parallax-scrolling-background/README.md
+++ b/examples/community/parallax-scrolling-background/README.md
@@ -1,5 +1,7 @@
-# Infinite scrolling background demo
+# Parallax scrolling demo
 
 Created by [Sergio Vera](https://github.com/svera)
 
-This example shows how to implement an infinite side scrolling background.
+This example shows how to implement an infinite side scrolling background with a depth effect, using [parallax scrolling](https://en.wikipedia.org/wiki/Parallax_scrolling).
+
+Credits to [Peter Hellberg](https://github.com/peterhellberg) for the reworked background image.
-- 
GitLab