From 75d3302a3a7e18329cf3d2dfc5552f63efe8ca50 Mon Sep 17 00:00:00 2001 From: envoyr Date: Thu, 27 Oct 2022 20:08:25 +0200 Subject: [PATCH] update readme --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index aef2a0a..42d0387 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,12 @@ NGINX Configurator ================== -PHP Library for NGINX configuration generator +PHP Library for NGINX configuration generator. ![PHP 8.1](https://img.shields.io/badge/PHP-8.1-8C9CB6.svg?style=flat) --- -## Features - -This library can parse and generate NGINX configuration files. -In near future will provide CLI commands for NGINX configuration. - - ## Installation Install with Composer @@ -23,7 +17,7 @@ composer require envoyr/nginx-configurator ## Requirements -This library requires *PHP* in `>=8.1` version. +This library requires *PHP* in `^8.1` version. ## Usage @@ -113,10 +107,6 @@ server { } ``` -## TODO - -* [ ] Implement comments parsing - ## License The MIT License (MIT)