diff --git a/README b/README index fb3591837..47016ac6c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Online Python Tutor +Online Python Tutor Copyright (C) 2010 Philip J. Guo (philip@pgbovine.net) https://github.com/pgbovine/OnlinePythonTutor/ @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . -====== +============= Introduction: The Online Python Tutor is a web application where you can type Python @@ -29,7 +29,7 @@ code gets executed. Try it out live at: http://www.onlinepythontutor.com/ -====== +============================= System architecture overview: The Online Python Tutor is implemented as a web application, with a @@ -100,7 +100,7 @@ Due to the AJAX same-origin policy, the front-end and back-end must be deployed on the same server (unless you do some fancy proxy magic). -====== +============================================= Original founding vision (from January 2010): I want to create a web-based interactive learning platform for students