Skip to content

Commit

Permalink
updated readme and cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed May 24, 2024
1 parent 335f310 commit c8a1b25
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "peakachu"
name = "ionmesh"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Peakachu
# Ionmesh

## General functioning

Expand All @@ -17,9 +17,9 @@ Then these clusters are used to generate pseudo-spectra. These pseudo-spectra ar

```
cargo build --release
./target/release/peakachu --help
./target/release/ionmesh --help
RUST_LOG=info ./target/release/peakachu ...
RUST_LOG=info ./target/release/ionmesh ...
```

### Config
Expand Down

0 comments on commit c8a1b25

Please sign in to comment.