Skip to content

Commit

Permalink
Regenerating readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Oct 11, 2023
1 parent c2350d3 commit eb9d639
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ our only requirements for contributing:
- All contributors must uphold the standards of our [Code of
Conduct](./CODE_OF_CONDUCT.md).

The rest of this document are recommendations/guidelines to help consistency and
The rest of this document is recommendations/guidelines to help consistency and
communication within our projects.

## Creating Issues
Expand Down Expand Up @@ -45,7 +45,7 @@ working on it. This will help prevent duplicated efforts.

If you begin working on something but need some assistance, don't hesitate to
reach out inside of the issue, on [our
forums](https://community.khonsulabs.com/), or [our
forums](https://community.khonsulabs.com/), or in [our
Discord](https://discord.khonsulabs.com/). We will do our best to help you.

### Project-specific requirements
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ Finally, a four-byte crc32 ends the chunk.
If a reader does not encounter a new chunk marker (2) or an end-of-entry marker
(3), the entry should be considered abandoned and all chunks should be ignored.

[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.0.0/examples/basic.rs
[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.0/examples/basic.rs
[wal]: https://en.wikipedia.org/wiki/Write-ahead_logging

## Open-source Licenses

This project, like all projects from [Khonsu Labs](https://khonsulabs.com/), are
open-source. This repository is available under the [MIT License](./LICENSE-MIT)
or the [Apache License 2.0](./LICENSE-APACHE).
This project, like all projects from [Khonsu Labs](https://khonsulabs.com/), is open-source.
This repository is available under the [MIT License](./LICENSE-MIT) or the
[Apache License 2.0](./LICENSE-APACHE).

To learn more about contributing, please see [CONTRIBUTING.md](./CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion src/.crate-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ Finally, a four-byte crc32 ends the chunk.
If a reader does not encounter a new chunk marker (2) or an end-of-entry marker
(3), the entry should be considered abandoned and all chunks should be ignored.

[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.0.0/examples/basic.rs
[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.0/examples/basic.rs
[wal]: https://en.wikipedia.org/wiki/Write-ahead_logging

0 comments on commit eb9d639

Please sign in to comment.