aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit GALATI <benoit.galati+github@gmail.com>2016-03-02 19:14:34 +0300
committerBenoit GALATI <benoit.galati+github@gmail.com>2016-03-02 19:14:34 +0300
commitded682420b5681604ebff1a83eca3d864a459fdb (patch)
tree88a7386a520904fd5874c4105927fb5cd0cc1984 /README.md
parentd5ac1735daac1d3b9d6b4d965f744e03f248b0d8 (diff)
Fix typo about Symfony2 in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c04f5620..80e4d95e 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,8 @@ The segments that are currently available are:
* [rspec_stats](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec.
* **rust_version** - Display the current rust version.
* [status](#status) - The return code of the previous command.
-* [symphony2_tests](#symphony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
-* **symphony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.
+* [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.
* [time](#time) - System time.
* [todo](http://todotxt.com/) - Shows the number of tasks in your todo.txt tasks file.
* [vi_mode](#vi_mode)- Vi editing mode (NORMAL|INSERT).
@@ -262,7 +262,7 @@ This segment shows the return code of the last command.
|----------|---------------|-------------|
|`POWERLEVEL9K_RAM_ELEMENTS`|Both|Specify `ram_free` or `swap_used` to only show one or the other rather than both.|
-##### symphony2_tests
+##### symfony2_tests
See [Unit Test Ratios](#unit-test-ratios), below.