Skip to content

Commit

Permalink
Fixing the xml markup (apache#11068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpmurali authored and piiswrong committed May 30, 2018
1 parent 33de266 commit 9514a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/scala/mxnet_scala_on_intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The project's `pom.xml` will be open for editing.

- Specify project profiles and platforms in `pom.xml` by pasting the following content below the closing `properties` tag:

```xml
```
<profiles>
<profile>
<id>osx-x86_64-cpu</id>
Expand All @@ -172,7 +172,7 @@ The project's `pom.xml` will be open for editing.

- Specify project dependencies in `pom.xml` adding the dependencies listed below. Place them inside the `dependencies` tag:

```xml
```
<dependencies>
<!-- Begin deps for MXNet -->
<dependency>
Expand Down

0 comments on commit 9514a1e

Please sign in to comment.