Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moebius-rex authored Jun 3, 2021
1 parent 2fce010 commit 7d3b5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Project features include:
- JavaScript
- Python
- One C++, one Go and one Python version are derived by binding to a C version exported as a shared lbrary. Java and server-side JavaScript (i.e., Node.js) versions may follow.
- The project uses GNU **make** to:
- The project uses **GNU Make** to:
- compile and link C, C++ and Go implementations,
- install reusable libraries, shared objects and header files,
- run all, or a subset of, implementations,
- remove generated files.
- The project uses **Maven** behind it needs to compile and package Java implementations.
- The project uses **Maven** behind the scenes to compile and package Java implementations.
- All implementations are designed to be run from, and print to, a terminal window.
- Where possible, all implementations produce the identical output for the identical input.
- All C and C++ implementations produce zero `valgrind` errors or leaks when compiled with gcc/g++ on Debian-based Linux systems.
Expand Down

0 comments on commit 7d3b5b2

Please sign in to comment.