doc: another rename

This commit is contained in:
Artemy 2022-08-06 20:35:24 +03:00
parent b46227c49e
commit 30f8d40b49
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -196,7 +196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "onla"
name = "onlang"
version = "0.1.0"
dependencies = [
"clap",

View file

@ -1,5 +1,5 @@
[package]
name = "onla"
name = "onlang"
version = "0.1.0"
edition = "2021"
authors = ["artegoser"]
@ -13,7 +13,7 @@ keywords = ["programming-language", "interpreter", "yaml", "json", "json5"]
categories = ["compilers"]
[[bin]]
name = "onla"
name = "on"
path = "src/main.rs"
[dependencies]

View file

@ -18,13 +18,13 @@ For writing simple scripts.
## Installation
`cargo install onla`
`cargo install onlang`
or
Get binary from [releases](https://github.com/artegoser/ONLang/releases) and add the executable file to the PATH variable
## Using
`onla examples/example.json5`
`on examples/example.json5`
or