Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepassi committed Aug 22, 2023
1 parent f53766c commit 2b13795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Zig implementation of [ULID](https://github.com/ulid/spec).
},
```

```bash
```
zig build
// CLI
Expand All @@ -25,7 +25,7 @@ zig cc ulid.c -Lzig-out/lib -Izig-out/include -lulid -lc -O3 -o ulid
```

Tests and benchmark:
```bash
```
zig build test
// On an M1 Mac
Expand Down

0 comments on commit 2b13795

Please sign in to comment.