Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 2, 2025
1 parent 315cbd3 commit 8500fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the [automatically generated catalog](scripts/index.md) of all the MLC scrip
### MLC script execution flow
```mermaid
graph TD
A[env = incoming env + env_from_meta] -->B[Script]
MLC -->|env = incoming env + env_from_meta| B[Script]
B -->|env - local_env_keys| C[List of Dependencies]
C --> D[Preprocess]
D -->|env - local_env_keys| E[Prehook dependencies]
Expand Down

0 comments on commit 8500fff

Please sign in to comment.