Skip to content

Commit

Permalink
Indentation of example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Mar 13, 2024
1 parent e20b760 commit 9fc95bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ So the handling of keys is a bit different depending on the storage method.
var Natural = require('natural');

const object = {
attr1: 'val1',
attr2: 'val2'
attr1: 'val1',
attr2: 'val2'
}
const options = { filename: 'example.txt' }

Expand Down

0 comments on commit 9fc95bc

Please sign in to comment.