From e36362c1a9ba3e6199c8eab6d58865575aab5574 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 24 Mar 2026 14:28:36 +0100 Subject: [PATCH] chore: simplify readme installation section --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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