update readme

This commit is contained in:
2022-10-27 20:08:25 +02:00
parent affab28c09
commit 75d3302a3a

View File

@@ -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)