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..._