aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2016-03-06 00:02:51 +0300
committerBen Hilburn <bhilburn@gmail.com>2016-03-06 00:02:51 +0300
commit4e28720021e11a04379de9ac545d87c76abe8168 (patch)
tree83da657f1f7a05154e912802ae838afccf944dfd /README.md
parentc30a13e467da16ca24cd62a123e2c43c69236fcb (diff)
readme: testing code-as-link in MD code
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ab28c4a..2ca20513 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ your `~/.zshrc`:
The segments that are currently available are:
**System Status Segments:**
-* [background_jobs](#background_jobs) - Indicator for background jobs.
+* [`background_jobs`](#background_jobs) - Indicator for background jobs.
* [battery](#battery) - Current battery status.
* [context](#context) - Your username and host.
* [dir](#dir) - Your current working directory.
@@ -108,7 +108,7 @@ The segments that are currently available are:
* **node_version** - Show the version number of the installed Node.js.
* **nodeenv** - [nodeenv](https://github.com/ekalinin/nodeenv) prompt for displaying node version and environment name.
* **nvm** - Show the version of Node that is currently active, if it differs from the version used by NVM
-* **PHP Segmenst:**
+* **PHP Segments:**
* **php_version** - Show the current PHP version.
* [symfony2_tests](#symfony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
* **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.