aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Serrecchia2025-01-30 18:50:29 -0800
committerKyle Serrecchia2025-01-30 18:50:29 -0800
commitb6b87507aef85a84ea2909c05826efd9334faf7a (patch)
treed40605133b00a2afecd3f0c2d508ebdf72d7621a /README.md
parent5b1113efdb9f9c38bce07aa46c3bb441faffb76b (diff)
added javascript
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad53dbd..bd475aa 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ By implementing these features, you will demonstrate how your chosen language ca
We invite you to contribute by adding a folder for a programming language that is not yet present. To do so:
-1. *Create a new folder* under languages/ named after the language you are implementing (e.g., languages/haskell, languages/python, languages/go, etc.).
+1. *Create a new folder* under languages/firstletterorsymbol/ named after the language you are implementing (e.g., languages/h/haskell, languages/p/python, languages/g/go, etc.).
2. Inside this folder, create:
- A file named **lambda-core** with the appropriate file extension (e.g., lambda-core.py, lambda-core.hs, lambda-core.go).
- A *README.md* that explains: