Skip to content

Commit

Permalink
update @import in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Feb 15, 2024
1 parent 3f9dff9 commit 65a57b4
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 @@ -53,7 +53,7 @@ This example connects to a database, sets and gets some attributes, and creates

```zig
const std = @import("std");
const odbc = @import("odbc");
const odbc = @import("zig-odbc");
pub fn main() anyerror!void {
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
Expand Down

0 comments on commit 65a57b4

Please sign in to comment.