Skip to content

Commit 8408b53

Browse files
michaelbaudinogeraldb
authored andcommitted
Fix a copy pasta gone wrong 🍝
1 parent 9730f12 commit 8408b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Digest::SHA256.hexdigest( 'Hello, Cryptos! - Hello, Cryptos! - Hello, Cryptos!'
3030
Digest::SHA256.hexdigest( 'Your Name Here' )
3131
#=> "39459289c09c33a7b516bef926c1873c6ecd2e6db09218b065d7465b6736f801"
3232
Digest::SHA256.hexdigest( 'Data Data Data Data' )
33-
#=> "39459289c09c33a7b516bef926c1873c6ecd2e6db09218b065d7465b6736f801"
33+
#=> "a7bbfc531b2ecf641b9abcd7ad8e50267e1c873e5a396d1919f504973090565a"
3434
```
3535

3636

0 commit comments

Comments
 (0)