Skip to content

Commit c0faca8

Browse files
committed
fix typos in cargo.toml
1 parent a6370a2 commit c0faca8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "probability_cli"
3-
author = "Ben Greenberg"
3+
authors = ["Ben Greenberg <[email protected]>"]
44
description = "A command line interface for probability calculations using Bayesian probability"
55
repository = "https://github.com/bencgreenberg/probability-cli"
66
license = "MIT"
7-
license-file = "LICENSE"
8-
keyword = "probability, bayesian, cli"
7+
keywords = ["bayesian", "probability", "calculator", "cli"]
98
readme = "README.md"
109
version = "0.0.1"
1110
edition = "2021"

0 commit comments

Comments
 (0)