Skip to content

Commit 4f03dcc

Browse files
Update badge references in README (#3)
1 parent d403575 commit 4f03dcc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build Status](https://badgen.net/travis/thumbtack/star)](https://travis-ci.com/thumbtack/star)
2-
[![SPM Latest Version](https://img.shields.io/github/v/release/thumbtack/star?label=SPM)](https://swiftpackageindex.com/thumbtack/star)
3-
[![License](https://img.shields.io/github/license/thumbtack/star?color=important)](https://github.com/thumbtack/star/blob/main/LICENSE)
1+
[![Build Status](https://badgen.net/github/checks/kevinmbeaulieu/star)](https://github.com/kevinmbeaulieu/star/actions/workflows/ci.yml?query=branch%3Amain)
2+
[![SPM Latest Version](https://img.shields.io/github/v/release/kevinmbeaulieu/star?label=SPM)](https://swiftpackageindex.com/kevinmbeaulieu/star)
3+
[![License](https://img.shields.io/github/license/kevinmbeaulieu/star?color=important)](https://github.com/kevinmbeaulieu/star/blob/main/LICENSE)
44

55
# Swift Type Adoption Reporter (STAR)
66

@@ -98,9 +98,9 @@ let package = Package(
9898
If you have ideas to make STAR more useful, open an issue or submit a pull request! See below for instructions on building/testing locally.
9999

100100
```
101-
$ git clone git@github.com/thumbtack/star.git
101+
$ git clone git@github.com/kevinmbeaulieu/star.git
102102
$ cd star
103-
$ open -a Xcode .
103+
$ xed .
104104
```
105105

106106
### To build & run locally:
@@ -118,10 +118,5 @@ $ swift test
118118
```
119119

120120
#### With Xcode:
121-
1. Create Xcode project:
122-
123-
```
124-
$ swift package generate-xcodeproj
125-
```
126-
2. Open `SwiftTypeAdoptionReporter.xcodeproj`
121+
1. Open project in Xcode with `xed .`
127122
3. In Xcode, **Product -> Test**

0 commit comments

Comments
 (0)