summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2017-11-20 18:58:29 -0800
committerSteven Fackler <sfackler@gmail.com>2017-11-20 18:58:29 -0800
commite6dc7180708b7a0e9d7bcd13cb5eb1f7f02cb56b (patch)
treebd7981060fbcb8fdcc91b273361b87907d7e3bbf /README.md
parent089893e5c49f6677736feed5b85ab98ac4a0824e (diff)
downloadrust-openssl-e6dc7180708b7a0e9d7bcd13cb5eb1f7f02cb56b.zip
Remove travis badge
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 4d05ec13..067a538d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# rust-openssl
-[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master)
+[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master)
[Documentation](https://docs.rs/openssl).
@@ -88,7 +88,7 @@ installation via an environment variable:
set OPENSSL_DIR=C:\OpenSSL-Win64
```
-During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin)
+During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin)
directory", you will need to add them to the `PATH` environment variable:
```