Skip to content

Commit 2e2806f

Browse files
committed
refer to username and password in sample as Simperium username, rather than Simplenote
1 parent 1622ade commit 2e2806f

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)