Fixed readme
diff --git a/README.rst b/README.rst
index cd736e3..35d83b9 100644
--- a/README.rst
+++ b/README.rst
@@ -1,48 +1,23 @@
 
-======
-Python
-======
+==============
+Python formula
+==============
 
 Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.
 
 Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.
 
-Available states
-================
-
-.. contents::
-    :local:
-
-``python``
-----------
-
-Install defined packages.
-
-``python.environment``
-----------------------
-
-Also install defined packages.
-
 Available metadata
 ==================
 
-.. contents::
-    :local:
+service.environment.environment:
+  Basic Python environment
 
-``service.environment``
------------------------
+service.environment.development:
+  Python development environment
 
-Basic Python environment
-
-``service.environment.development``
------------------------------------
-
-Development Python environment.
-
-``python.environment.django``
------------------------------
-
-Python Django environment.
+python.environment.django:
+  Python Django environment
 
 Sample pillars
 ==============
diff --git a/metadata.yml b/metadata.yml
index c087021..bc8a0df 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,6 +1,6 @@
 name: "python"
 version: "0.2"
-source: "https://github.com/tcpcloud/salt-formula-python"
+source: "https://github.com/salt-formulas/salt-formula-python"
 dependencies:
 - name: linux
   source: "https://github.com/salt-formulas/salt-formula-linux"