Skip to content

Commit eb091da

Browse files
committed
Update README.md
1 parent 56f6261 commit eb091da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# README
22

3-
```
3+
```bash
44
bundle install
55
```
66

77
# RSpec + Knapsack Pro
88

9-
The RSpec `before(:suite)` hook is defined in `spec/spec_helper.rb`.
9+
The RSpec `before(:suite)` hook is defined in [`spec/spec_helper.rb`](spec/spec_helper.rb).
1010

11-
Edit `bin/knapsack_pro` to use your API token.
11+
Edit [`bin/knapsack_pro`](bin/knapsack_pro) to use your API token.
1212

1313
Run RSpec tests with Knapsack Pro:
1414

15-
```
15+
```bash
1616
bin/knapsack_pro
1717
```
1818

0 commit comments

Comments
 (0)