diff --git a/intro_manual/introduction.rst b/intro_manual/introduction.rst index deef2844a..4abe0b861 100644 --- a/intro_manual/introduction.rst +++ b/intro_manual/introduction.rst @@ -2,9 +2,9 @@ Example: -* POST http://frank:password@myowncloud.org/ocs/v1.php/cloud/users -d user="Frank" -d password="frankspassword" -* Creates the user 'Frank' with password 'frankspassword' -* And the following XML-output + * POST http://frank:password@myowncloud.org/ocs/v1.php/cloud/users -d user="Frank" -d password="frankspassword" + * Creates the user 'Frank' with password 'frankspassword' + * And the following XML-output Welcome to ownCloud ===================