From 2c5c834e212a420f18fefb530acf7c5214368dc1 Mon Sep 17 00:00:00 2001
From: Avirup Bhattacharya
<58179004+Avirup-Bhattacharya@users.noreply.github.com>
Date: Thu, 1 Oct 2020 11:42:04 +0530
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index cd222dc..281419b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ A HTML-driven JavaScript-library for narrative 3D-scrolling.
See the demos [here](http://www.slashie.org/space.js/)
-**NOTE THAT SHOULD BE CONSIDERED TO BE BETA SOFTWARE**
+**NOTE: IT SHOULD BE CONSIDERED A BETA SOFTWARE**
*Production use is not recommended at this point.*
## Usage
@@ -50,7 +50,7 @@ If we want we can provide a custom duration for our frames with the data-duratio
### Options
-Space.js has a default default transition - which is to enter by fading in and exit by scaling up and fading out. We can also provide a custom transition override to the library from predefined transitions. (We can also create our own transitions from scratch, but we'll get to that later.)
+Space.js has a default transition - which is to enter by fading in and exit by scaling up and fading out. We can also provide a custom transition override to the library from predefined transitions. (We can also create our own transitions from scratch, but we'll get to that later.)
```html