Skip to content

Commit 2433d77

Browse files
committed
feat! modify readme a bit
1 parent e0e2e86 commit 2433d77

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Sitemap finder
22
Find sitemaps, urls, compare sitemaps and even compare websites to sitemaps.
33

4+
5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/nietthijmen/sitemap-compare.svg?style=flat-square)](https://packagist.org/packages/nietthijmen/sitemap-compare)
6+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/nietthijmen/sitemap-compare/build-project.yml?branch=main&label=tests&style=flat-square)](https://github.com/nietthijmen/sitemap-compare/actions?query=workflow%3Arun-tests+branch%3Amain)
7+
[![Total Downloads](https://img.shields.io/packagist/dt/nietthijmen/sitemap-compare.svg?style=flat-square)](https://packagist.org/packages/nietthijmen/sitemap-compare)
8+
49
## Features
510
- Find sitemaps from a website
611
- Find urls from a sitemap
@@ -19,13 +24,15 @@ Find sitemaps, urls, compare sitemaps and even compare websites to sitemaps.
1924
- JSON extension
2025
- mbstring extension
2126

22-
2327
## Installation
24-
1. Clone the repository:
25-
```
26-
git clone <TODO: REPO URL>
28+
1. Install via composer
29+
```shell
30+
composer global require nietthijmen/sitemap-compare
2731
```
32+
2. You're done!
2833

34+
## Installation (development)
35+
1. Clone the repository:
2936
2. Navigate to the project directory:
3037
```
3138
cd sitemap-finder

0 commit comments

Comments
 (0)