diff -urP mkws/2.0.8/mkws/README mkws/3.0.0/mkws/README
--- mkws/2.0.8/mkws/README	Fri Sep  4 18:27:47 2020
+++ mkws/3.0.0/mkws/README	Sat Sep  5 22:33:54 2020
@@ -16,19 +16,19 @@
 
 ## Installation (applies to [Linux](https://kernel.org))
 
-You'll have to download [https://mkws.sh/mkws@2.0.8.tgz](
-https://mkws.sh/mkws@2.0.8.tgz). Once you have the archive, unpack
+You'll have to download [https://mkws.sh/mkws@3.0.0.tgz](
+https://mkws.sh/mkws@3.0.0.tgz). Once you have the archive, unpack
 it and rename the newly created directory:
 
 	mkdir -p ~/src/
 	cd ~/src/
-	tar -xzfv ~/Downloads/mkws@2.0.8.tgz
+	tar -xzfv ~/Downloads/mkws@3.0.0.tgz
 	mv ws.sh example.com
 
 ## Make web site
 
 Create an `index.upphtml` file, it will be preprocessed with
-[`pp(1)`](pp.html), and run `./bin/mkws` with the url of your web site:
+[`pp(1)`](https://mkws.sh/pp.html), and run `./bin/mkws` with the url of your web site:
 
 	cd example.com
 	cat <<EOF > index.upphtml
diff -urP mkws/2.0.8/mkws/mkws mkws/3.0.0/mkws/mkws
--- mkws/2.0.8/mkws/mkws	Fri Sep  4 18:27:47 2020
+++ mkws/3.0.0/mkws/mkws	Sat Sep  5 22:33:54 2020
@@ -17,8 +17,8 @@
 	exit 1
 fi
 
-echo "Making theme.css"
-pp "$sharedir"/theme.uppcss "$1" > theme.css
+echo "Making s.css"
+pp "$sharedir"/s.uppcss "$1" > s.css
 
 for t in "$srcdir"/*.upphtml
 do