Skip to content

Commit

Permalink
fix toc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 10, 2023
1 parent 8ba4443 commit abdfd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

Each recipe is accompanied by an illustrative example named after its corresponding sequence number. These examples can be executed using the command `zig build run-{chapter-num}-{sequence-num}`, or `zig build run-all` to execute all.

> Currently 0.11.0 is required to run those examples.
> Currently Zig 0.11.0 is required to run those examples.
# Contributing

Anyone is welcome to contribute, and this project use [prettier](https://prettier.io/) to format markdown files, make sure to execute `make lint` before open new PR.
Anyone is welcome to contribute. This project use [prettier](https://prettier.io/) to format markdown files, make sure to execute `make lint` before open PR.

# Acknowledgment

Expand Down
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

- [Introduction](./README.md)
[Introduction](./README.md)
- [File System]()
- [Read file line by line](./01-01-read-file-line-by-line.md)
- [Mmap file](./01-02-mmap-file.md)

0 comments on commit abdfd6b

Please sign in to comment.