docs: fix typo
This commit is contained in:
parent
a2248cb9be
commit
396535073c
3 changed files with 10 additions and 10 deletions
16
README.md
16
README.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue