Skip to content

Commit f91b8e0

Browse files
committed
fix(readme): usage section
1 parent eb5741d commit f91b8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const cfitsio_dep = b.dependency("cfitsio", .{
2121
.optimize = optimize,
2222
});
2323
const cfitsio_mod = cfitsio_dep.module("cfitsio");
24-
<compile>.root_module.addImport("cfitsio", cfitsio_mod);;
24+
<compile>.root_module.addImport("cfitsio", cfitsio_mod);
2525
```
2626

2727
<!-- MARKDOWN LINKS -->

0 commit comments

Comments
 (0)