Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed May 21, 2023
1 parent 8d1bfed commit 99625d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ufcs
Unified Function Call Syntax

```ts
import { ufcs } from "./mod.ts"
import { ufcs } from "https://deno.land/x/ufcs/mod.ts"

const Duck = ufcs(class Duck {
quack(num: number) {
Expand Down

0 comments on commit 99625d8

Please sign in to comment.