diff options
author | Samantha McVey <samantham@posteo.net> | 2016-11-09 22:31:46 -0800 |
---|---|---|
committer | Samantha McVey <samantham@posteo.net> | 2016-11-09 22:31:46 -0800 |
commit | f53e89f7cb318b89c6b05ffd7e1c7471f817a3b1 (patch) | |
tree | a0f607a254e8149c684a9e50baf6d7694d21af33 /README.markdown | |
parent | d55180ff11a3e74127172fc7588d606a42b56cfd (diff) |
Fix missing parenthesis
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index bc93f5d2..9a8a3752 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # [Learn X in Y minutes][1] -[![Build Status](https://travis-ci.org/adambard/learnxinyminutes-docs.svg?branch=master](https://travis-ci.org/adambard/learnxinyminutes-docs) +[![Build Status](https://travis-ci.org/adambard/learnxinyminutes-docs.svg?branch=master)](https://travis-ci.org/adambard/learnxinyminutes-docs) Whirlwind tours of (several, hopefully many someday) popular and ought-to-be-more-popular programming languages, presented as valid, commented |