Skip to content

Commit de34190

Browse files
committed
Update build status link, fix typo
1 parent 17399b3 commit de34190

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
@@ -8,7 +8,7 @@ This project brings support for ESP8266 chip to the Arduino environment. ESP8266
88
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).
99

1010
- Install Arduino 1.6.5 from the [Arduino website](http://www.arduino.cc/en/main/software).
11-
- Start Arduino and open Perferences window.
11+
- Start Arduino and open Preferences window.
1212
- Enter ```http://arduino.esp8266.com/stable/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
1313
- Open Boards Manager from Tools > Board menu and install *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
1414

@@ -25,7 +25,7 @@ Boards manager link: `http://arduino.esp8266.com/staging/package_esp8266com_inde
2525
Documentation: [Reference](http://arduino.esp8266.com/staging/doc/reference.html)
2626

2727

28-
### Building latest version from source [![Linux build status](http://img.shields.io/travis/igrr/Arduino.svg)](https://travis-ci.org/igrr/Arduino)
28+
### Building latest version from source [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/igrr/Arduino)
2929

3030
```
3131
$ git clone https://github.com/esp8266/Arduino.git

0 commit comments

Comments
 (0)