Skip to content

Commit

Permalink
Updated readme & removed branch name change notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-sigsci committed May 28, 2021
1 parent 4ef9e15 commit b156ec8
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 b156ec8

Please sign in to comment.