Skip to content

Commit 45a9978

Browse files
mbrukmanpongad
authored andcommitted
Add XML syntax highlighting in READMEs [skip ci] (#2922)
This makes the `pom.xml` code samples more readable.
1 parent 99e7243 commit 45a9978

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Version Management
275275
276276
The easiest way to solve version conflicts is to use google-cloud's BOM. In Maven, add the following to your POM:
277277
278-
```
278+
```xml
279279
<dependencyManagement>
280280
<dependencies>
281281
<dependency>

google-cloud-bom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components plus its dependencies.
66

77
To use it in Maven, add the following to your POM:
88

9-
```
9+
```xml
1010
<dependencyManagement>
1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)