Skip to content

Commit 207a872

Browse files
Formating adjustment
1 parent 8ceea42 commit 207a872

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,21 @@ For the purposes of contributing to this repo, please update the [`SendGridTest.
133133

134134
1. Add execute permissions
135135

136-
```bash
137-
chmod +x prism
138-
```
136+
```bash
137+
chmod +x prism
138+
```
139139

140140
1. In a separate terminal, cd into the directory you chose for prism and start the sendgrid local server which the tests will use.
141141

142-
```bash
143-
./prism run --mock --list --spec https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json
144-
```
142+
```bash
143+
./prism run --mock --list --spec https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json
144+
```
145145

146146
1. Now you can run the test suite from the root of the project
147147

148-
```bash
149-
./gradlew test -i
150-
```
148+
```bash
149+
./gradlew test -i
150+
```
151151

152152
<a name="style_guidelines_and_naming_conventions"></a>
153153
## Style Guidelines & Naming Conventions
@@ -211,4 +211,4 @@ Please run your code through:
211211
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
212212
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
213213

214-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
214+
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.

0 commit comments

Comments
 (0)