]> Devoid-pointer.net GitWeb - libHPCS.git/commitdiff
Update README file
authorMichal Malý <madcatxster@devoid-pointer.net>
Tue, 9 Feb 2016 12:40:26 +0000 (13:40 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Tue, 9 Feb 2016 12:40:26 +0000 (13:40 +0100)
README.md

index b45c52bd88e1a9a84c569426d245209b3934f163..f74ac49a9e46a3156b0f694867670d3581ed7f3d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Build
 
 #### Linux
 
-libHPCS can be built on Linux systems with [CMake](https://cmake.org) build system. To do so, cd to the directory with libHPCS source code and run the following:
+libHPCS can be built on Linux systems with [CMake](https://cmake.org) build system. To do so, `cd` to the directory with libHPCS source code and run the following:
 
        mkdir build
        cd build
@@ -31,12 +31,12 @@ Project for Microsoft Visual Studio 2013 is provided; see the **VS2013** subdire
 Usage
 ---
 
-Simple testing tool **test_tool.c** is provided to introduce the library's API. Publicly exported functions and data structures are defined in **include/libHPCS.h** header file. Please note that libHPCS allocates memory for it's data structures by itself. The provided **free()** functions shall be used to reclaim the memory.
+Simple testing tool `test_tool.c` is provided to introduce the library's API. Publicly exported functions and data structures are defined in `include/libHPCS.h` header file. Please note that libHPCS allocates memory for it's data structures by itself. The provided `free()` functions shall be used to reclaim the memory.
 
 Reporting bugs and incompatibilities
 ---
 
-The author of the library has access only to a subset of Agilent instruments and ChemStation software versions. If you wish to extend libHPCS's support for a new file format, you may get in touch with the author.
+The author of the library has access only to a subset of Agilent instruments and ChemStation software versions. If you wish to extend libHPCS' support for a new file format, you may get in touch with the author.
 
 Licensing
 ---