Skip to content

Commit

Permalink
chore: update tagline (#12095)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith authored Sep 16, 2021
1 parent ccb3387 commit 3c97dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
NO_PROXY Comma-separated list of hosts which do not use a proxy
(module downloads, fetch)"#;

static DENO_HELP: &str = "A secure JavaScript and TypeScript runtime
static DENO_HELP: &str = "A modern JavaScript and TypeScript runtime
Docs: https://deno.land/manual
Modules: https://deno.land/std/ https://deno.land/x/
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
description = "A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio"

[lib]
path = "lib.rs"
Expand Down

0 comments on commit 3c97dbf

Please sign in to comment.