summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-04 18:28:11 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-04 18:28:11 -0500
commit6a762e83d1a89dd1dacf00ed599b679e24feb5ed (patch)
tree28373f31263c94d20a893744b483fc22269bb856
parentf665df226cd751579019de9da026fd1be4e506d9 (diff)
docs: small doc touchups
-rw-r--r--README.md2
-rw-r--r--docs/config/README.md5
2 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0621d8080..b6029984d 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ The prompt shows information you need while you're working, while staying sleek
- Current Ruby version (`💎`)
- Current Rust version (`🦀`)
- Current .NET version (`•NET`)
-- Current Crystal version (`🔮 `).
+- Current Crystal version (`🔮`).
- Current version of package in current directory (`📦`)
- npm (Node.js)
- cargo (Rust)
diff --git a/docs/config/README.md b/docs/config/README.md
index d40e09da2..2f26cc384 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -881,9 +881,8 @@ The module will be shown if any of the following conditions are met:
# ~/.config/starship.toml
[crystal]
-symbol = "🔮 "
-style = "bold red"
-disabled = false
+symbol = "✨ "
+style = "bold blue"
```
## NodeJS