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