Small edits

This commit is contained in:
Jessica Lord 2015-08-28 10:50:30 -07:00
parent 221eff7fec
commit bbf2cbb6f6
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@ generated file to view the result.
```javascript
var tracing = require('content-tracing');
tracing.startRecording('*', tracing.DEFAULT_OPTIONS, function() {
console.log('Tracing started');

View file

@ -6,7 +6,8 @@ The following is an example of automatically submitting a crash report to a
remote server:
```javascript
crashReporter = require('crash-reporter');
var crashReporter = require('crash-reporter');
crashReporter.start({
productName: 'YourName',
companyName: 'YourCompany',