Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregabbott authored Dec 10, 2024
1 parent af643e2 commit dd62492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chute// Optional setup lets all chutes access non-global items.
}).lift({// Lift lets all chutes call library functions by name.
NG_sum// This line gives an object of functions to lift [^2].
})//Any chute anywhere in a project can now access these items.
// ==========================================================
// =============================================================
/* KEY:[FN=Function][NG=Non-global] */ const demo = /* Value:
Start a chute with a seed value */ chute(7) /* 7
Call any global functions */ .add_one /* 8
Expand Down

0 comments on commit dd62492

Please sign in to comment.