Skip to content

Commit 8f9f87d

Browse files
authored
Update README.md
1 parent 6611dc4 commit 8f9f87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import gleam/logger
1818
import gleam/ssl
1919

2020
pub fn main() {
21-
Ok(pid) = logger.start(config)
22-
Ok(ssl) = ssl.start(config)
21+
assert Ok(pid) = logger.start(config)
22+
assert Ok(ssl) = ssl.start(config)
2323
// etc
2424
}
2525
```

0 commit comments

Comments
 (0)