Travis build: 1565

This commit is contained in:
30secondsofcode
2018-02-04 18:47:40 +00:00
parent 3144573716
commit c1d2548d3f
2 changed files with 2 additions and 2 deletions

View File

@ -5216,7 +5216,7 @@ const hashNode = val =>
<summary>Examples</summary>
```js
hashBrowser(JSON.stringify({ a: 'a', b: [1, 2, 3, 4], foo: { c: 'bar' } })).then(console.log); // '04aa106279f5977f59f9067fa9712afc4aedc6f5862a8defc34552d8c7206393'
hashNode(JSON.stringify({ a: 'a', b: [1, 2, 3, 4], foo: { c: 'bar' } })).then(console.log); // '04aa106279f5977f59f9067fa9712afc4aedc6f5862a8defc34552d8c7206393'
```
</details>