Skip to content

Commit

Permalink
Merge pull request #9 from signalsciences/lisa/remove-branch-change-n…
Browse files Browse the repository at this point in the history
…otification

Updated readme & removed branch name change notice
  • Loading branch information
leaf-fastly authored May 29, 2021
2 parents 4ef9e15 + b156ec8 commit 1fb2d4b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@

Package for conveniently working with IPv4 and CIDR ranges.

## :rotating_light: NOTICE :rotating_light:

Effective **May 17th 2021** the default branch will change from `master` to `main`. Run the following commands to update a local clone:
```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```

## Examples

### Get start and end IPs in a CIDR range:
Expand Down

0 comments on commit 1fb2d4b

Please sign in to comment.