Skip to content

Commit a9a116b

Browse files
authored
Merge pull request #25 from signalsciences/lisa/updated-readme
Updated README.md with branch name change notice
2 parents a58bea8 + bb494c4 commit a9a116b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ level. It is written as a `http.Handler` wrapper. To
99
integrate your application with the module, you will need to wrap your
1010
existing handler with the module handler.
1111

12+
## :rotating_light: NOTICE :rotating_light:
13+
14+
Effective **May 17th 2021** the default branch will change from `master` to `main`. Run the following commands to update a local clone:
15+
```
16+
git branch -m master main
17+
git fetch origin
18+
git branch -u origin/main main
19+
git remote set-head origin -
20+
```
21+
1222
## Installation
1323
`go get github.com/signalsciences/sigsci-module-golang`
1424

0 commit comments

Comments
 (0)