Skip to content

Commit 0e30fc3

Browse files
committed
Highlight Neuro syntax prominently in README - Added syntax section after How It Works with Quick Reference links
1 parent 698a1e5 commit 0e30fc3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,24 @@ Neuro is a new programming language where you declare what you want to achieve w
6161

6262
---
6363

64+
## 📐 The Syntax
65+
66+
**Learn the entire language in 5 minutes:**
67+
68+
```neuro
69+
pipeline FindJobs {
70+
goal: "Find AI engineer jobs at remote companies"
71+
target_roles: ["ai engineer", "ml engineer"]
72+
locations: ["remote", "US"]
73+
}
74+
```
75+
76+
**Run it:** `neuro my_task.neuro`
77+
78+
**[⚡ Quick Reference](QUICK_REFERENCE.md)** | **[📖 Complete Guide](NEURO_SYNTAX.md)**
79+
80+
---
81+
6482
## Get Started
6583

6684
1. **Create a `.neuro` file**

0 commit comments

Comments
 (0)