Skip to content

Commit

Permalink
fix(docs): fix typo in installation docs (#313)
Browse files Browse the repository at this point in the history
PR-URL: #313
  • Loading branch information
Splaktar authored and matthewloring committed Oct 15, 2016
1 parent 47b35d4 commit a1650a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ This module provides StackDriver Trace support for Node.js applications. [StackD
"start": "GCLOUD_PROJECT=<YOUR_PROJECT_ID> node server.js",
},

3. Include and start the library at the *as the very first action in your application*:
3. Include and start the library *as the very first action in your application*:

require('@google/cloud-trace').start();

Expand Down

0 comments on commit a1650a4

Please sign in to comment.