Skip to content

Commit 74e5815

Browse files
committed
README: Add Travis badge & fix markdown warnings
1 parent 05a719c commit 74e5815

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Heroku buildpack for Rust
2+
3+
[![Build Status](https://travis-ci.org/emk/heroku-buildpack-rust.svg?branch=master)](https://travis-ci.org/emk/heroku-buildpack-rust)
4+
15
This is a Heroku buildpack for Rust with support for [cargo][] and [rustup][]. Features include:
26

37
- Caching of builds between deployments.
@@ -98,8 +102,8 @@ RUST_SKIP_BUILD=1
98102

99103
The `emk/rust` buildpack from the [Heroku Registry](https://devcenter.heroku.com/articles/buildpack-registry) contains the latest stable version of the buildpack. If you'd like to use the latest buildpack code from this Github repository, you can set your buildpack to the Github URL:
100104

101-
```sh-session
102-
$ heroku buildpacks:set https://github.com/emk/heroku-buildpack-rust
105+
```sh
106+
heroku buildpacks:set https://github.com/emk/heroku-buildpack-rust
103107
```
104108

105109
## Development notes

0 commit comments

Comments
 (0)