Skip to content

Commit

Permalink
Update idLibrary.md
Browse files Browse the repository at this point in the history
Updating docs to reflect changes made in prebid/Prebid.js#6242
  • Loading branch information
jdwieland8282 authored Feb 3, 2021
1 parent 4cdb0c0 commit df1a870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/modules/idLibrary.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The module attempts to extract a persistant identifier in the following ways:
To get started, add the module to your Prebid.js wrapper. From the command line:

{: .alert.alert-info :}
gulp build --modules=idLibrary
gulp build --modules=idImportLibrary


## Application Flow
Expand Down Expand Up @@ -59,7 +59,7 @@ Please note, A full scan (Step 4 above) of the body element is configured on by

```javascript
pbjs.setConfig({
idLibrary:{
idImportLibrary:{
url: 'url',
target: 'username',
debounce: 250
Expand Down

0 comments on commit df1a870

Please sign in to comment.