Skip to content

Commit dce47e0

Browse files
authored
Update README.md
1 parent d1147c9 commit dce47e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sha256_read_hex(&buff, hash);
3434
printf("%s\n", hash);
3535
```
3636
## C++
37-
```cpp
37+
```c
3838
std::cout << SHA256::hashString("test") << std::endl;
3939

4040
SHA256 buff;

0 commit comments

Comments
 (0)