Browse Source

Fix link text for TOML parser in README

replace-toml-library
Mark Scherer 2 months ago
parent
commit
a3e3192d9c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

807
 
807
 
808
 * [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files.
808
 * [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files.
809
 * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
809
 * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
810
-* [TOML](https://github.com/php-collective/toml) - A TOML parser and encoder with AST access and error recovery.
810
+* [PHP Toml](https://github.com/php-collective/toml) - A TOML parser and encoder with AST access and error recovery.
811
 
811
 
812
 ### LLMs
812
 ### LLMs
813
 *Libraries for working with Large Language Models.*
813
 *Libraries for working with Large Language Models.*

Loading…
Cancel
Save