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 ```javascript
var tracing = require('content-tracing'); var tracing = require('content-tracing');
tracing.startRecording('*', tracing.DEFAULT_OPTIONS, function() { tracing.startRecording('*', tracing.DEFAULT_OPTIONS, function() {
console.log('Tracing started'); 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: remote server:
```javascript ```javascript
crashReporter = require('crash-reporter'); var crashReporter = require('crash-reporter');
crashReporter.start({ crashReporter.start({
productName: 'YourName', productName: 'YourName',
companyName: 'YourCompany', companyName: 'YourCompany',