aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-05 23:48:51 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-05 23:48:51 -0800
commita6ee900aafb27081b84f242c05353aa265be4850 (patch)
treea61d6c78bd9aacc0b987e7d2ed6b1d3382b9b364
parent9715c9223abfabb3cde1a7adfaf9e2a553ee901e (diff)
downloadbun-a6ee900aafb27081b84f242c05353aa265be4850.tar.gz
bun-a6ee900aafb27081b84f242c05353aa265be4850.tar.zst
bun-a6ee900aafb27081b84f242c05353aa265be4850.zip
Update bun-flavored-toml.md
-rw-r--r--docs/bun-flavored-toml.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/bun-flavored-toml.md b/docs/bun-flavored-toml.md
index 1a7587470..17ac53809 100644
--- a/docs/bun-flavored-toml.md
+++ b/docs/bun-flavored-toml.md
@@ -1,5 +1,7 @@
# Bun-flavored TOML
+This document is incomplete.
+
[TOML](https://toml.io/) is a minimal configuration file format designed to be easy for humans to read.
Bun implements a TOML parser with a few tweaks designed for better interopability with INI files and with JavaScript.