Skip to content

Commit

Permalink
update readme #42
Browse files Browse the repository at this point in the history
  • Loading branch information
PillowPillow committed Apr 21, 2017
1 parent 915646e commit c1d33a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ It provides also two decorators to synchronize the component attributes and the
imports: [
BrowserModule,
Ng2Webstorage,
//Ng2Webstorage.forRoot({ prefix: 'custom', separator: '.' }) The forRoot method allows to configure the prefix and the separator used by the library
//Ng2Webstorage.forRoot({ prefix: 'custom', separator: '.', caseSensitive:true })
// The forRoot method allows to configure the prefix, the separator and the caseSensitive option used by the library
// Default values:
// prefix: "ng2-webstorage"
// separator: "|"
// caseSensitive: false
],
bootstrap: [...]
})
Expand Down

0 comments on commit c1d33a7

Please sign in to comment.