From 4347339e9a410002b7ce46fc1b3d338aa8735abb Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sat, 25 Jul 2020 14:15:12 -0400 Subject: [PATCH] Make all bullet point items uppercase (#2257) --- README.md | 4 ++-- docs/commands/alias.md | 6 +++--- docs/commands/math-eval.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5618c22d71..c07bf0d6e0 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ To build Nu, you will need to use the **latest stable (1.41 or later)** version Required dependencies: * pkg-config and libssl (only needed on Linux) - * on Debian/Ubuntu: `apt install pkg-config libssl-dev` + * On Debian/Ubuntu: `apt install pkg-config libssl-dev` Optional dependencies: * To use Nu with all possible optional features enabled, you'll also need the following: - * on Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev` + * On Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev` To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the latest stable compiler via `rustup install stable`): diff --git a/docs/commands/alias.md b/docs/commands/alias.md index 224f86ccc4..292e748678 100644 --- a/docs/commands/alias.md +++ b/docs/commands/alias.md @@ -6,9 +6,9 @@ Syntax: `alias {flags} [] {}` The command expects three parameters: -* the name of alias -* the parameters as a space-separated list (`[a b ...]`), can be empty (`[]`) -* the body of the alias as a `{...}` block +* The name of alias +* The parameters as a space-separated list (`[a b ...]`), can be empty (`[]`) +* The body of the alias as a `{...}` block ## Flags diff --git a/docs/commands/math-eval.md b/docs/commands/math-eval.md index 61ee433afe..e7dcf5efd0 100644 --- a/docs/commands/math-eval.md +++ b/docs/commands/math-eval.md @@ -6,8 +6,8 @@ This command supports the following operations - operations: -* binary operators: +, -, *, /, % (remainder), ^ (power) -* unary operators: +, -, ! (factorial) +* Binary operators: +, -, *, /, % (remainder), ^ (power) +* Unary operators: +, -, ! (factorial) functions: