Skip to content

Commit e89b46e

Browse files
authored
Update README.md
1 parent 563161a commit e89b46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/JuliaIO/SerialPorts.jl.svg?branch=master)](https://travis-ci.org/JuliaIO/SerialPorts.jl)
44

5-
[![SerialPorts](http://pkg.julialang.org/badges/SerialPorts_0.7.svg)](http://pkg.julialang.org/?pkg=SerialPorts)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/8ugea0ou2ray29xk/branch/master?svg=true)](https://ci.appveyor.com/project/sjkelly/serialports-jl/branch/master)
66

77
SerialPorts.jl lets you work with devices over serial communication with Julia.
88
It is designed to mimic regular file IO as in the Base Julia library.
@@ -34,4 +34,4 @@ The `Arduino` submodule provides functionality for manipulating Arduinos over
3434
serial. `SerialPorts.Arduino.reset(s::SerialPort)` will reset an Arduino.
3535

3636
## License
37-
Available under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). See: [LICENSE.md](./LICENSE.md).
37+
Available under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). See: [LICENSE.md](./LICENSE.md).

0 commit comments

Comments
 (0)