aboutsummaryrefslogtreecommitdiff
path: root/docs/bun-flavored-toml.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/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.