Skip to content

Commit 1c9406f

Browse files
authored
Update README.md
1 parent 5228deb commit 1c9406f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
Coderrect Scanner Github Action with HTML report output.
77

8-
<img src="images/coderrect-logo.png" alt="Github" height="150">
8+
<img src="images/coderrect-logo.png" alt="Github" height="120">
99

1010
- Coderrect is an efficient and accurate static analysis solution to identify potential concurrency bugs in your multi-threaded software.
11-
- Coderrect supports C/C++/Fortran code and common parallel programming interfaces such as OpenMP.
12-
- Coderrect Github Action supports generating formatted HTML reports and hosting them on Coderrect cloud to review.
11+
- Coderrect supports C/C++/Fortran code and common parallel programming interfaces including OpenMP, pthread, and C++ std::thread.
12+
- Coderrect Github Action supports generating formatted HTML reports and hosting them on Coderrect cloud for users to review.
1313

14-
Please find more information in our official website: [Coderrect.com](https://coderrect.com)
14+
More information about Coderrect Scanner are available at: [Coderrect.com](https://coderrect.com)
1515

1616
## Example Usage
1717
Take [memcached](https://github.com/coderrect-inc/memcached) as an example for integrating Coderrect.

0 commit comments

Comments
 (0)