From d88b053dc52ef2d5febf659ad5af3c0771fe1ea1 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 12 Nov 2018 19:40:57 +0100 Subject: [PATCH] update readme for nginx parser --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6952256..8ebfa0d 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,7 @@ Configuration files can be written according to some standards or application-sp > not consistent ; overriding a toml file with this can mess with comments and duplicate sections. Also there is type inference to do (strings are surrounded with `"`, there is `true`, `false`, etc) -- [nginx configurations](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/) with [lytics/confl](https://github.com/lytics/confl). - -> for now it does not work with real nginx configuration files ; must create my own driver to keep syntax and comments in place - +- [nginx configurations](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/) with [my own library](https://godoc.org/git.xdrm.io/go/nix-amer/internal/cnf/parser/nginx). - _and more to come..._