Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
standalone -> http-service in website example
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenski committed Nov 17, 2015
1 parent 3a6767e commit 86c44e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/source/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@

<pre><code class="xml"><dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-standlone-service</artifactId>
<artifactId>apollo-http-service</artifactId>
<version><%= global.apolloVersion %></version>
</dependency></code></pre>
</fieldset>


<fieldset>
<legend>Minimal Apollo Standalone Application</legend>
<legend>Minimal Apollo Application</legend>

<pre><code class="java">public final class App {

Expand All @@ -121,4 +121,4 @@
}
}</code></pre>
</fieldset>
</section>
</section>

0 comments on commit 86c44e9

Please sign in to comment.