diff --git a/doc/source/index.rst b/doc/source/index.rst index 65a7168525..928b6ade85 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,4 +1,4 @@ -Welcome to oslo.vmware's documentation! +Welcome to vmware-nsx's documentation! ======================================= Contents: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 5c01c7ae5f..8fb8412dea 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -4,9 +4,9 @@ Installation At the command line:: - $ pip install + $ pip install vmware-nsx Or, if you have virtualenvwrapper installed:: - $ mkvirtualenv - $ pip install \ No newline at end of file + $ mkvirtualenv vmware-nsx + $ pip install vmware-nsx