Skip to content

Commit

Permalink
fix(readme): usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 16, 2024
1 parent eb5741d commit f91b8e0
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 @@ const cfitsio_dep = b.dependency("cfitsio", .{
.optimize = optimize,
});
const cfitsio_mod = cfitsio_dep.module("cfitsio");
<compile>.root_module.addImport("cfitsio", cfitsio_mod);;
<compile>.root_module.addImport("cfitsio", cfitsio_mod);
```

<!-- MARKDOWN LINKS -->
Expand Down

0 comments on commit f91b8e0

Please sign in to comment.