diff --git a/README.md b/README.md index b5292b7..ecade82 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,10 @@ PHP Library for manipulating network addresses (IPv4 and IPv6). [![CI](https://github.com/cdn77/IPTools/actions/workflows/ci.yml/badge.svg)](https://github.com/cdn77/IPTools/actions/workflows/ci.yml) ## Installation -Composer: -Run in command line: + ``` composer require cdn77/iptools ``` -or put in composer.json: -```json -{ - "require": { - "cdn77/iptools": "*" - } -} -``` ## Usage