Skip to content

Commit df1a870

Browse files
Update idLibrary.md
Updating docs to reflect changes made in prebid/Prebid.js#6242
1 parent 4cdb0c0 commit df1a870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-docs/modules/idLibrary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The module attempts to extract a persistant identifier in the following ways:
2626
To get started, add the module to your Prebid.js wrapper. From the command line:
2727

2828
{: .alert.alert-info :}
29-
gulp build --modules=idLibrary
29+
gulp build --modules=idImportLibrary
3030

3131

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

6060
```javascript
6161
pbjs.setConfig({
62-
idLibrary:{
62+
idImportLibrary:{
6363
url: 'url',
6464
target: 'username',
6565
debounce: 250

0 commit comments

Comments
 (0)