Add some missing headings
- ID
feb440d- date
2024-08-16 21:25:19+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
047f653- message
Add some missing headings- changed files
1 file, 3 additions, 1 deletion
Changed files
README.md (554) → README.md (573)
diff --git a/README.md b/README.md
index 8c55b91..530f4d8 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,13 @@ const shape = { "sides": 5, "colour": "red" };
Think of this module as the JSON module, but for JavaScript files.
-## API
+## Usage
* You can read a JavaScript file with `read_js(path, varname)`
* You can write a JavaScript file with `write_js(path, value, varname)`
+## Installation
+
## Why not use JSON files?
## License