summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authorBrian Grant <bgrant0607@users.noreply.github.com>2015-07-19 08:45:54 -0700
committerBrian Grant <bgrant0607@users.noreply.github.com>2015-07-19 08:45:54 -0700
commit56dd6eaed62545a1c1e24067f4ad8c03d8021afd (patch)
tree229d21a249b88fd2569a9278f2ee66dca0b0c6da /api_changes.md
parent753fab889e0f6de95ba44a06b3b0c60a8fd34f5b (diff)
parent883791a848441058457a4ab4ac50388b42396af8 (diff)
Merge pull request #11551 from a-robinson/docs
Improve syntax highlighting for design and devel docs
Diffstat (limited to 'api_changes.md')
-rw-r--r--api_changes.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/api_changes.md b/api_changes.md
index 7a0418e8..d8e20014 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -284,8 +284,8 @@ Once all the necessary manually written conversions are added, you need to
regenerate auto-generated ones. To regenerate them:
- run
-```
- $ hack/update-generated-conversions.sh
+```sh
+hack/update-generated-conversions.sh
```
If running the above script is impossible due to compile errors, the easiest
@@ -359,8 +359,8 @@ an example to illustrate your change.
Make sure you update the swagger API spec by running:
-```shell
-$ hack/update-swagger-spec.sh
+```sh
+hack/update-swagger-spec.sh
```
The API spec changes should be in a commit separate from your other changes.