diff --git a/README.md b/README.md
index 86f657bd0f..ec4a75cafc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# deno
-A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
+A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
| **Linux & Mac** | **Windows** |
| :------------------------: | :------------------------: |
diff --git a/tools/docs.py b/tools/docs.py
index 147b76fcc6..c35c68cd74 100755
--- a/tools/docs.py
+++ b/tools/docs.py
@@ -9,7 +9,7 @@ target_path = os.path.join(root_path, "target/")
os.chdir(root_path)
# Builds into target/doc
-run(["cargo", "doc", "--no-deps", "-vv"])
+run(["cargo", "doc", "--all", "--no-deps", "-vv"])
# 'deno --types' is stored in target/debug/gen/lib/lib.deno_runtime.d.ts
# We want to run typedoc on that declaration file only.
diff --git a/website/index.html b/website/index.html
index 9f6e4b4bf6..f1cbde49fa 100644
--- a/website/index.html
+++ b/website/index.html
@@ -17,7 +17,7 @@
Release notes * { - margin: 16px; + margin: 8px; } header h1 {