aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b0ab93..c61fd3d 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,10 @@ TODO:
- [ ] Zig package management
Code example:
-```
+```zig
const std = @import("std");
-const client = @import("smtp");
+const smtp = @import("smtp");
+const Client = smtp.Client;
pub fn main() !void {
const mail =