summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/Cargo.toml1
-rw-r--r--cli/README.md1
2 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 4d61d1703..2747e5333 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -14,6 +14,7 @@ description = "Provides the deno executable"
[[bin]]
name = "deno"
path = "main.rs"
+doc = false
[[bench]]
name = "deno_bench"
diff --git a/cli/README.md b/cli/README.md
index 18bee8a41..a796442f5 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -1,7 +1,6 @@
# Deno CLI Crate
[![crates](https://img.shields.io/crates/v/deno.svg)](https://crates.io/crates/deno)
-[![docs](https://docs.rs/deno/badge.svg)](https://docs.rs/deno)
This provides the actual deno executable and the user-facing APIs.