aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-01-30 07:48:24 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-01-30 07:48:24 +0100
commitab951a07b24665505c7e88f9fb85e37f42e9d6b3 (patch)
tree8c123dd932e1fe48a957d2d2ca3b4566b5a62150 /README.md
parentReleased version 4.5. Installation in one step. Misc improvements to the Jinj... (diff)
downloadnewspipe-ab951a07b24665505c7e88f9fb85e37f42e9d6b3.tar.gz
newspipe-ab951a07b24665505c7e88f9fb85e37f42e9d6b3.tar.bz2
newspipe-ab951a07b24665505c7e88f9fb85e37f42e9d6b3.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28cac6a5..4dbef0d1 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ In order to prevent all dependencies problems and to keep your system stable, th
installed in a Python virtual environment (with [virtualenv](http://www.virtualenv.org)).
The installation will use the configuration file for the database setup.
-Point now your browser to the address [http://127.0.0.1:5000/](http://127.0.0.1:5000/) and login with email address
+Then point your browser to the address [http://127.0.0.1:5000/](http://127.0.0.1:5000/) and login with the email address
*firstname.lastname@mail.com* and the password *secret*. You can update your profile at the
address [http://127.0.0.1:5000/profile/](http://127.0.0.1:5000/profile/).
@@ -61,4 +61,4 @@ License
Contact
-------
-[My home page](http://cedricbonhomme.org/). \ No newline at end of file
+[My home page](http://cedricbonhomme.org/).
bgstack15