Browse Source

Typos in the readme

Nicolas Petton 13 years ago
parent
commit
192ec88702
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -20,7 +20,7 @@ Some highlights:
 How to commit changes from the web-based IDE
 --------------------------------------------
 
-The Jtalk class browser is abled to commit changes to disk.
+The Jtalk class browser is able to commit changes to disk.
 The "commit category" button will send a PUT request with the JS code of all classes in the selected class category in a file named js/CATEGORY.js
 
 The easiest way to enable committing is probably to setup a webdav with Apache.
@@ -65,7 +65,7 @@ Make sure the group www-data has required rights to modify files in the webdav d
 
 ### Restart Apache
     
-    /etc/init.d/apache restart
+    /etc/init.d/apache2 restart
 
 License
 -------