Skip to content

Commit 68300c2

Browse files
authored
Merge pull request #49 from erikpukinskis/master
Refer to username and password in sample as Simperium username
2 parents 54a44c4 + 2e2806f commit 68300c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample/simplenote.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ auth.on( 'authorize', function( user ) {
4040
} );
4141

4242
auth.authorize(
43-
process.env.SIMPLENOTE_USERNAME,
44-
process.env.SIMPLENOTE_PASSWORD
43+
process.env.SIMPERIUM_USERNAME,
44+
process.env.SIMPERIUM_PASSWORD
4545
).then( function( user ) {
4646
console.log( 'Logged in', user );
4747
}, function( error ) {

0 commit comments

Comments
 (0)