Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Clarify module loading order in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed May 30, 2016
1 parent fbb4195 commit 8c0d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This module provides Cloud Debug support for Node.js applications. [Google Cloud
# Install with `npm` or add to your `package.json`.
npm install --save @google/cloud-debug

# Require the agent at the top of your main script.
# Require the agent at the top of your main script (but after '@google/cloud-trace' if you are also using it).
require('@google/cloud-debug');
```
Deploy your application, and navigate to the [Debug tab][debug-tab] within the [Google Cloud Console][dev-console] to set snapshots and start debugging.
Expand Down

0 comments on commit 8c0d15f

Please sign in to comment.