Skip to content

Commit

Permalink
docs: show correct module name in deprecation notice (googleapis#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Apr 3, 2017
1 parent 45c89be commit 65b0660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docs/templates/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<div class="notice">
<strong><code>google-cloud</code> is deprecated</strong>
<p>
Due to the scope of our API rapidly increasing, you may notice a decrease in performance if you continue to use the bundled module, `google-cloud`.
Due to the scope of our API rapidly increasing, you may notice a decrease in performance if you continue to use the bundled module, <code>google-cloud</code>.
</p>
<p>
Going forward, please install only the individual service modules that you need, such as <code><%= pkgJson.name %></code>.
Going forward, please install only the individual service modules that you need, such as <code>@google-cloud/<%= className %></code>.
</p>
<p>
The instructions below are here for reference, however, we will soon stop releasing updates to the bundled package.
Expand Down

0 comments on commit 65b0660

Please sign in to comment.