10000 Merge pull request #877 from a0viedo/patch-1 · immutable-js/immutable-js@0a06cd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a06cd7

Browse files
author
Kevin Lacker
authored
Merge pull request #877 from a0viedo/patch-1
link build badge to master branch
2 parents 24c834a + e984baa commit 0a06cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Immutable collections for JavaScript
22
====================================
33

4-
[![Build Status](https://travis-ci.org/facebook/immutable-js.svg)](https://travis-ci.org/facebook/immutable-js)
4+
[![Build Status](https://travis-ci.org/facebook/immutable-js.svg?branch=master)](https://travis-ci.org/facebook/immutable-js)
55

66
[Immutable][] data cannot be changed once created, leading to much simpler
77
application development, no defensive copying, and enabling advanced memoization

0 commit comments

Comments
 (0)
0