aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerod Santo <jerod.santo@gmail.com>2016-11-19 09:39:37 -0600
committerGitHub <noreply@github.com>2016-11-19 09:39:37 -0600
commite91413c0dfbd624ca84db51f7328ddd25228c48d (patch)
treead3df697e8e686a195625560704fc32e25258ef4
parenta4e26d503af5589262e0ad2a73b40325fc7ef8a0 (diff)
downloadservo-e91413c0dfbd624ca84db51f7328ddd25228c48d.tar.gz
servo-e91413c0dfbd624ca84db51f7328ddd25228c48d.zip
Add Changelog episode badge to README
Links to: https://changelog.com/podcast/228
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb4bce6fbad..8eb2b1f24ab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# The Servo Parallel Browser Engine Project
-[![Linux Build Status](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build)](https://travis-ci.org/servo/servo) [![Windows Build Status](https://img.shields.io/appveyor/ci/servo/servo/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/servo/servo/branch/master)
+[![Linux Build Status](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build)](https://travis-ci.org/servo/servo) [![Windows Build Status](https://img.shields.io/appveyor/ci/servo/servo/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/servo/servo/branch/master) [![Changelog #228](https://img.shields.io/badge/changelog-%23228-9E978E.svg)](https://changelog.com/podcast/228)
Servo is a prototype web browser engine written in the
[Rust](https://github.com/rust-lang/rust) language. It is currently developed on