浏览代码

Updates to README.md file (#1951)

* Updates to README.md file, mostly grammar

Co-authored-by: Veronica Andreo <veroandreo@gmail.com>
Shubham Swapneel Shah 3 年之前
父节点
当前提交
c0e0a68639
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -74,7 +74,7 @@ docker run -it --rm --user=$(id -u):$(id -g) \
 ```
 ```
 
 
 Note: If you compiled locally before building the Docker image, you may
 Note: If you compiled locally before building the Docker image, you may
-encounter problems as the local configuration and locally compiled file
+encounter problems as the local configuration and the locally compiled files
 are copied to and used in the Docker image. To make sure you don't have
 are copied to and used in the Docker image. To make sure you don't have
 this issue, clean all the compiled files from the source code:
 this issue, clean all the compiled files from the source code:
 
 
@@ -84,7 +84,7 @@ make distclean
 
 
 ## How to generate the 'Programmer's Manual'
 ## How to generate the 'Programmer's Manual'
 
 
-You can generate locally the [GRASS GIS Programmer's Manual](https://grass.osgeo.org/programming8/).
+You can locally generate the [GRASS GIS Programmer's Manual](https://grass.osgeo.org/programming8/).
 
 
 This needs doxygen (<http://www.doxygen.org>) and optionally
 This needs doxygen (<http://www.doxygen.org>) and optionally
 Graphviz dot (<http://www.research.att.com/sw/tools/graphviz/>).
 Graphviz dot (<http://www.research.att.com/sw/tools/graphviz/>).
@@ -95,14 +95,14 @@ To build the GRASS programmer's documentation, run
 make htmldocs
 make htmldocs
 ```
 ```
 
 
-or to generate documentation as single html file
+Or to generate documentation as single html file
 (recommended for simple reading)
 (recommended for simple reading)
 
 
 ```
 ```
 make htmldocs-single
 make htmldocs-single
 ```
 ```
 
 
-here. This takes quite some time. The result is in `lib/html/index.html`
+This takes quite some time. The result is in `lib/html/index.html`
 which refers to further document repositories in
 which refers to further document repositories in
 
 
 ```
 ```
@@ -112,7 +112,7 @@ lib/gis/html/index.html
 ```
 ```
 
 
 The master file is: `./grasslib.dox` where all sub-documents have to
 The master file is: `./grasslib.dox` where all sub-documents have to
-be linked into.
+be linked to.
 
 
 To generate the documents in PDF format, run
 To generate the documents in PDF format, run