Browse code

README typos

Ahmed Mohamed authored on 02/03/2019 12:44:38
Showing 1 changed files

... ...
@@ -2,7 +2,7 @@
2 2
 [![Travis-CI Build Status](https://travis-ci.org/ahmohamed/NetPathMiner.svg?branch=master)](https://travis-ci.org/ahmohamed/NetPathMiner)
3 3
 
4 4
 NetPathMiner implements a flexible module-based process flow for network path mining and visualization,
5
-which can be fully inte-grated with user-customized functions.
5
+which can be fully integrated with user-customized functions.
6 6
 It supports construction of various types of genome scale networks from three different pathway
7 7
 file formats, enabling its utility to most common pathway databases.
8 8
 In addition, NetPathMiner provides different visualization techniques to facilitate the analysis of even
... ...
@@ -33,7 +33,7 @@ Installing libSBML for Unix users is optional. However, NetPathMiner will not be
33 33
 files. If you will not use SBML functions, you can skip this part.
34 34
 
35 35
 From the website of libSBML http://sbml.org/Software/libSBML, you can directly download the
36
-binaries suitable for your system from ``Download libSBML'' link. You can follow the installation instructions
36
+binaries suitable for your system from `Download libSBML` link. You can follow the installation instructions
37 37
 on the website.
38 38
 
39 39
 #### Prerequisites for Windows users