Skip to content

Commit 6b6d1e3

Browse files
committed
docs(readme): Simplify docs
(cherry picked from commit 5bd4722)
1 parent a349d50 commit 6b6d1e3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<br />
1414

15-
TOML v1.0.0 parser and encoder for PHP 8.1+. Parse TOML files into PHP arrays or encode PHP data structures back to TOML format.
15+
[TOML v1.0.0](https://toml.io/en/v1.0.0) parser and encoder for PHP 8.1+. Parse TOML files into PHP arrays or encode PHP data structures back to TOML format.
1616

1717
## Installation
1818

@@ -183,18 +183,4 @@ All TOML v1.0.0 features: strings (basic/literal/multiline), integers (decimal/h
183183

184184
The library preserves original formatting when doing round-trips (hex numbers stay hex, comments are kept, etc).
185185

186-
## Documentation
187-
188-
- [TOML v1.0.0 Specification](https://toml.io/en/v1.0.0)
189-
190-
## License
191-
192-
BSD-3-Clause
193-
194-
---
195-
196-
<div align="center">
197-
198186
Built with [Claude Code](https://claude.com/claude-code)
199-
200-
</div>

0 commit comments

Comments
 (0)