Skip to content

Commit 116ee61

Browse files
committed
README consistency
1 parent 863f90b commit 116ee61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/iancleary/touchstone"
77
license = "MIT"
88
name = "touchstone"
99
repository = "https://github.com/iancleary/touchstone"
10-
version = "0.8.2"
10+
version = "0.8.3"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ In file files/ntwk3.s2p
2424
'files/ntwk3.s2p' is a Relative path with separators (nested).
2525
Plot HTML generated at files/ntwk3.s2p.html
2626
You can open the plot in your browser at:
27-
file:///Users/iancleary/Development/_3_OpenSource/touchstone/files/ntwk3.s2p.html
27+
file:///Users/iancleary/touchstone/files/ntwk3.s2p.html
2828
Attempting to open plot in your default browser...
2929
Success! Opening: file:///Users/iancleary/touchstone/files/ntwk3.s2p.html
3030
```
3131

3232
> This works on Windows, MacOS, and Linux file systems!
3333
3434
* MacOS: `file:///Users/iancleary/touchstone/files/ntwk3.s2p.html`
35-
* Windows: `file:///C:/Users/iancleary/Development/touchstone/files/ntwk3.s2p.html`
35+
* Windows: `file:///C:/Users/iancleary/touchstone/files/ntwk3.s2p.html`
3636
* Linux: `file:///home/iancleary/touchstone/files/ntwk3.s2p.html`
3737

3838
This command created an html file that is interactive, and designed to not have any network dependence.

0 commit comments

Comments
 (0)