Skip to content

Commit 346ada0

Browse files
docs: update default branch name
1 parent a2026d3 commit 346ada0

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
@@ -100,10 +100,10 @@ Parse Server supports many [3rd Party Authenications][3rd-party-auth]. It is pos
100100

101101
## Want to ride the bleeding edge?
102102

103-
We recommend using the most recent tagged build published to npm for production. However, you can test not-yet-released versions of the Parse-SDK-JS by referencing specific branches in your `package.json`. For example, to use the master branch:
103+
We recommend using the most recent tagged build published to npm for production. However, you can test not-yet-released versions of the Parse-SDK-JS by referencing specific branches in your `package.json`. For example, to use the alpha branch:
104104

105105
```
106-
npm install parse-community/Parse-SDK-JS.git#master
106+
npm install parse-community/Parse-SDK-JS.git#alpha
107107
```
108108

109109
### Experimenting

0 commit comments

Comments
 (0)