Skip to content

Commit 2549584

Browse files
committed
Update README and clean up coverage files
- Fix typo in "advanced filtering" section - Correct "snapshoot" to "snapshot" - Update "OS X" references to "macOS" - Remove coverage files from git tracking [skip ci]
1 parent 5eedf20 commit 2549584

File tree

3 files changed

+4
-1347
lines changed

3 files changed

+4
-1347
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `spotinfo` allows you to access the same information you can see in the **AW
2323

2424
### Advanced Filtering
2525

26-
The first feature is _advanced filtering+. You can filter spot instances by:
26+
The first feature is _advanced filtering_. You can filter spot instances by:
2727

2828
- vCPU - minimum number of CPU cores
2929
- Memory GiB - minimum memory size
@@ -57,11 +57,11 @@ Another option is to pass a special `all` value (with `--region=all` flag) to se
5757

5858
While the `spotinfo` uses public AWS data feeds, it also embeds the same data within the tool. So, if data feed is not available, for any reason (no connectivity, service not available or other), the `spotinfo` still will be able to return the same result.
5959

60-
Data snapshoot from the both AWS data feeds is [embedded](https://golang.org/pkg/embed) into the `spotinfo` binary during the build.
60+
Data snapshot from both AWS data feeds is [embedded](https://golang.org/pkg/embed) into the `spotinfo` binary during the build.
6161

6262
## Install
6363

64-
### OS X with Homebrew
64+
### macOS with Homebrew
6565

6666
```sh
6767
brew tap alexei-led/spotinfo
@@ -72,7 +72,7 @@ brew install spotinfo
7272

7373
Download OS/platform specific binary from the [Releases](https://github.com/alexei-led/spotinfo/releases) page and add it to the `PATH`.
7474

75-
- Supported OS: OS X, Windows, Linux
75+
- Supported OS: macOS, Windows, Linux
7676
- Supported Platforms: Intel (`amd64`) and ARM (`arm64`)
7777

7878
## Usage

0 commit comments

Comments
 (0)