From a6a02c252f970c54cbf48fc3f5953d2dde048f87 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 30 Aug 2023 10:27:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bb0569f..8724761 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Perform RDAP queries in a Laravel app [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-rdap.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-rdap) -[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/spatie/laravel-rdap/run-tests?label=tests)](https://github.com/spatie/laravel-rdap/actions?query=workflow%3Arun-tests+branch%3Amain) -[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/spatie/laravel-rdap/Check%20&%20fix%20styling?label=code%20style)](https://github.com/spatie/laravel-rdap/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-rdap.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-rdap) RDAP is a protocol to query domain registration data. It is seen as the successor to WHOIS. The main advantage of WHOIS is that the returned data is standardized and structured as JSON. A downside of RDAP is that, at the moment of writing, not all TLDs are supported.