Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
replaced tab with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Dec 2, 2018
1 parent 4b89176 commit fe864de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ then run the following code snippet which will load the SpRestLib bundle script
var script = document.createElement('script');
script.src = "https://cdn.jsdelivr.net/gh/gitbrent/sprestlib@1.8.0/dist/sprestlib.bundle.js";
script.onload = function(){
// Demo library method - show current user info
// Demo library method - show current user info
console.log('Current SharePoint User: ');
sprLib.user().info().then( objUser => console.log(objUser) );
}
Expand Down

0 comments on commit fe864de

Please sign in to comment.