From cc8b1f31201359672b189b2c539fc03dd5937f1f Mon Sep 17 00:00:00 2001
From: Allegro AI <51604379+allegroai-git@users.noreply.github.com>
Date: Sun, 26 Jan 2020 16:08:35 +0200
Subject: [PATCH] Update README.md
---
README.md | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 382a3827..fa45469c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,9 @@ We designed TRAINS specifically to require effortless integration so that teams
and practices. Use it on a daily basis to boost collaboration and visibility, or use it to automatically collect
your experimentation logs, outputs, and data to one centralized server.
-(Experience TRAINS live at [https://demoapp.trains.allegro.ai](https://demoapp.trains.allegro.ai))
+**We have a demo server up and running at [https://demoapp.trains.allegro.ai](https://demoapp.trains.allegro.ai).**
+
+**You can try out TRAINS and [test your code](#integrate-trains), with no additional setup.**
## TRAINS Automatically Logs Everything
@@ -69,7 +71,7 @@ TRAINS is a two part solution:
- - Add the following lines to your code
+ - Add the following lines to your code
from trains import Task
task = Task.init(project_name="my project", task_name="my task")
@@ -87,11 +89,14 @@ TRAINS is a two part solution:
**See examples [here](https://github.com/allegroai/trains/tree/master/examples)**
2. [TRAINS-server](https://github.com/allegroai/trains-server) for logging, querying, control and UI ([Web-App](https://github.com/allegroai/trains-web))
+
+ **We already have a demo server up and running for you at [https://demoapp.trains.allegro.ai](https://demoapp.trains.allegro.ai).**
+
+ **You can try out TRAINS without the need to install your own *trains-server*, just add the two lines of code, and it will automatically connect to the TRAINS demo-server.**
+
+ *Note that the demo server resets every 24 hours and all of the logged data is deleted.*
-We have a demo server up and running at [https://demoapp.trains.allegro.ai](https://demoapp.trains.allegro.ai). You can try out TRAINS and test your code with it.
-Note that it resets every 24 hours and all of the data is deleted.
-
-When you are ready to use your own TRAINS server, go ahead and [install *TRAINS-server*](https://github.com/allegroai/trains-server).
+ When you are ready to use your own TRAINS server, go ahead and [install *TRAINS-server*](https://github.com/allegroai/trains-server).