Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Oct 30, 2022
1 parent cd24aec commit f634650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fast and complete Win32 API bindings for Deno using FFI.
import {
MB_OKCANCEL,
MessageBoxA,
} from "https://deno.land/x/[email protected].0/api/UI/WindowsAndMessaging.ts";
} from "https://deno.land/x/[email protected].1/api/UI/WindowsAndMessaging.ts";

const result = MessageBoxA(
null,
Expand Down Expand Up @@ -41,7 +41,7 @@ is huge, so are the bindings.
## Documentation

Check out the complete API reference
[here](https://doc.deno.land/https://deno.land/x/[email protected].0/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/[email protected].1/mod.ts).

## Contributing

Expand Down

0 comments on commit f634650

Please sign in to comment.