diff gtk-3.0/README @ 17:ca246bc0af4a

Update to GTK 3.18 and regenerate assets
author IBBoard <dev@ibboard.co.uk>
date Sat, 09 Jul 2016 15:25:37 +0100
parents a48477723cfe
children cb3e1a45b770
line wrap: on
line diff
--- a/gtk-3.0/README	Sat Jul 09 11:48:31 2016 +0100
+++ b/gtk-3.0/README	Sat Jul 09 15:25:37 2016 +0100
@@ -2,15 +2,15 @@
 -------
 
 * Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run 
-  `/.parse-sass.sh` when you have the required sofwtare installed, as described below)
-* To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle. 
+  `./parse-sass.sh` when you have the required software installed, as described below)
+* To be able to use the latest/adequate version of sass, install ruby, gem, sass & bundle.
   On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install`
   from the same directory this README resides in.
 
 How to tweak the theme
 ----------------------
 
-Adwaita is a complex themes, so to keep it maintainable it's written and processed in SASS, the
+Adwaita is a complex theme, so to keep it maintainable it's written and processed in SASS. The
 generated CSS is then transformed into a gresource file during gtk build and used at runtime in a 
 non-legible or editable form.