docs: fix typo

This commit is contained in:
PoiScript 2023-12-21 23:57:36 +08:00
parent a2248cb9be
commit 396535073c
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
3 changed files with 10 additions and 10 deletions

View file

@ -7,14 +7,14 @@ Org-mode toolkit written in Rust.
This repository contains several crates/packages:
| Crates/packages | Description |
| ----------------------------- | ------------------------------------------------------------- |
| [`orgize`] | A pure-rust library for parsing and exporting org-mode files. |
| [`orgize-cli`] | Common line utility for org-mode files, builtin with orgize. |
| [`orgize-lsp`] | Language server for org-mode files, builtin with orgize. |
| [`orgize-lsp/editors/vscode`] | [`orgize-lsp`] client for vscode editor |
| [`orgize-common`] | Shared code for [`orgize-cli`] and [`orgize-lsp`]. |
| [`orgize-wasm`] | WebAssembly module for Browser or Node.js environment. |
| Crates/packages | Description |
| ----------------------------- | --------------------------------------------------------------- |
| [`orgize`] | A pure-rust library for parsing and exporting org-mode files. |
| [`orgize-cli`] | Command line utilities for org-mode files, builtin with orgize. |
| [`orgize-lsp`] | Language server for org-mode files, builtin with orgize. |
| [`orgize-lsp/editors/vscode`] | [`orgize-lsp`] client for vscode editor |
| [`orgize-common`] | Shared code for [`orgize-cli`] and [`orgize-lsp`]. |
| [`orgize-wasm`] | WebAssembly module for Browser or Node.js environment. |
[`orgize`]: ./orgize
[`orgize-cli`]: ./orgize-cli

View file

@ -5,7 +5,7 @@ authors.workspace = true
repository.workspace = true
edition.workspace = true
license.workspace = true
description = "Common line utility for org-mode files, builtin with orgize."
description = "Command line utilities for org-mode files, builtin with orgize."
[dependencies]
anyhow = "1.0.75"

View file

@ -1,5 +1,5 @@
# Orgize CLI
Common line utility for org-mode files, builtin with [`orgize`].
Command line utilities for org-mode files, builtin with [`orgize`].
[`orgize`]: https://crates.io/crates/orgize