Skip to content

Commit 288a212

Browse files
authored
Merge pull request #3 from scorpion/develop
0.1.2
2 parents 15017c7 + 585fbde commit 288a212

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scorpion"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Brett Wilcox <[email protected]>"]
55
edition = "2018"
66
description = "Command Line Interface for the scorpion.io project."

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# scorpion cli
1+
<p align="center"><img alt="Meta Logo" src="https://raw.githubusercontent.com/brettwilcox/brettwilcox/master/docs/images/scorpion.png" /></p>
22

33
![Rust](https://github.com/scorpion/cli/workflows/Rust/badge.svg)
44

5-
Command line interface for the scorpion project written in [rust](https://www.rust-lang.org).
5+
Command line interface for the [scorpion.io](https://scorpion.io) project written in [rust](https://www.rust-lang.org).
6+
7+
Please see the [GitHub project page](https://github.com/scorpion/cli) for more information.
68

79
## Rust
810

@@ -18,6 +20,6 @@ We recommend starting with the [The Rust Programming Language](https://doc.rust-
1820

1921
Cargo is the Rust package manager. Cargo downloads your Rust package’s dependencies, compiles your packages, makes distributable packages, and uploads them to [crates.io](https://crates.io), the Rust community’s package registry.
2022

21-
For more information, please see the official scopion package.
23+
For more information, please see the official [crates.io scopion package](https://crates.io/crates/scorpion).
2224

23-
[https://crates.io/crates/scorpion](https://crates.io/crates/scorpion).
25+
[link1]: https://github.com/scorpion

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Documentation
2+
3+
Coming soon.

0 commit comments

Comments
 (0)