Skip to content

Commit 5112f7e

Browse files
authored
Update README.md
1 parent bd3ab0f commit 5112f7e

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
@@ -13,7 +13,7 @@
1313

1414
> **unwrap-go** features intro:
1515
16-
- **Go-Style Error Handling** – Uses tuple returns ([data, error]) similar to Go's approach, making error handling more explicit and predictable
16+
- **Go-Style Error Handling** – Uses tuple returns (`[data, error]`) similar to Go's approach, making error handling more explicit and predictable
1717
- **Promise Support** – Built-in support for handling asynchronous operations with the same elegant syntax
1818
- **Type Safety** – Full TypeScript support with generic types for both success and error cases
1919
- **Zero Dependencies** – Lightweight implementation with no external dependencies

0 commit comments

Comments
 (0)