@@ -94,7 +94,7 @@ <h5 id="add-ons">Add-On Modules</h5>
         <p>Modules are also provided for the add-on Android libraries. Add the dependency (listed below) and use the following imports:</p>
         <ul>
           <li><p>support-v4</p><pre class="prettyprint">import static org.assertj.android.support.v4.api.Assertions.assertThat;</pre></li>
-          <li><p>Google Play Services</p><pre class="prettyprint">import static org.assertj.android.platservices.api.Assertions.assertThat;</pre></li>
+          <li><p>Google Play Services</p><pre class="prettyprint">import static org.assertj.android.playservices.api.Assertions.assertThat;</pre></li>
           <li><p>appcompat-v7</p><pre class="prettyprint">import static org.assertj.android.appcompat.v7.api.Assertions.assertThat;</pre></li>
           <li><p>mediarouter-v7</p><pre class="prettyprint">import static org.assertj.android.mediarouter.v7.api.Assertions.assertThat;</pre></li>
           <li><p>gridlayout-v7</p><pre class="prettyprint">import static org.assertj.android.gridlayout.v7.api.Assertions.assertThat;</pre></li>