diff --git a/README.markdown b/README.markdown
index 63af145..a04c66e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,9 +3,6 @@
Gundo.vim is Vim plugin to visualize your Vim undo tree.
-Current status: Beta. It might eat your data. Be careful.
-=========================================================
-
Preview
-------
@@ -13,7 +10,9 @@ Screenshot:
-Screencast: [http://screenr.com/M9l](http://screenr.com/M9l)
+Screencast:
+
+### [http://screenr.com/M9l](http://screenr.com/M9l)
Requirements
@@ -28,6 +27,12 @@ Installation
Use [Pathogen][]. Don't use pathogen? Start.
+ hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo
+
+There's a git mirror if you prefer:
+
+ git clone http://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo
+
Add a mapping to your `~/.vimrc` (change the key to suit your taste):
nnoremap :GundoToggle