From bd3e9aa8d5620d2c7042d6919600c46fa9cda8e7 Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 2 Jul 2019 15:14:34 -0700 Subject: [PATCH] [readme][ci] Link to builds on master from the README This is more useful for looking at the repo's state, rather than seeing the build status of some arbitrary PRs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f7f4df35eb9..8ddfef6f3df48 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Expo Client [![CircleCI](https://circleci.com/gh/expo/expo.svg?style=svg)](https://circleci.com/gh/expo/expo) [![Forums](https://img.shields.io/badge/expo-forum-blue.svg)](https://forums.expo.io) +# Expo Client [![CircleCI](https://circleci.com/gh/expo/expo.svg?style=svg)](https://circleci.com/gh/expo/expo/tree/master) [![Forums](https://img.shields.io/badge/expo-forum-blue.svg)](https://forums.expo.io) Expo is a set of tools, libraries, and services that let you build native iOS and Android apps by writing JavaScript. This repository is where the Expo client software is developed, and includes the client apps, modules, apps, and more.