summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md
index 9345b6eff..579fe6093 100644
--- a/core/README.md
+++ b/core/README.md
@@ -1,4 +1,11 @@
-# Deno Core
+# Deno Core Crate
+
+[![crates](https://img.shields.io/crates/v/deno_core.svg)](https://crates.io/crates/deno_core)
+[![docs](https://docs.rs/deno_core/badge.svg)](https://docs.rs/deno_core)
+
+The main dependency of this crate is
+[rusty_v8](https://github.com/denoland/rusty_v8), which provides the V8-Rust
+bindings.
This Rust crate contains the essential V8 bindings for Deno's command-line
interface (Deno CLI). The main abstraction here is the Isolate which provides a