You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/06/04 04:42:13 UTC

[incubator-datasketches-cpp] branch Nits created (now 41548ee)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch Nits
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


      at 41548ee  Fix minor spelling and formatting of the md files.

This branch includes the following new commits:

     new 41548ee  Fix minor spelling and formatting of the md files.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-cpp] 01/01: Fix minor spelling and formatting of the md files.

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch Nits
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit 41548ee5b1dd1a40dedae829c0f81682af62dd67
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jun 3 21:41:40 2020 -0700

    Fix minor spelling and formatting of the md files.
---
 README.md        | 22 +++++++++++-----------
 python/README.md |  4 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 7724a47..074dea5 100644
--- a/README.md
+++ b/README.md
@@ -24,20 +24,20 @@ Installing the latest cmake on OSX: brew install cmake
 
 Building and running unit tests using cmake for OSX and Linux:
 
-	$ mkdir build
-	$ cd build
-	$ cmake ..
-	$ make
-	$ make test
+    $ mkdir build
+    $ cd build
+    $ cmake ..
+    $ make
+    $ make test
 
 Building and running unit tests using cmake for Windows from the command line:
 
-  $ mkdir build
-	$ cd build
-	$ cmake ..
-	$ cd ..
-	$ cmake --build build --config Release
-	$ cmake --build build --config Release --target RUN_TESTS
+    $ mkdir build
+    $ cd build
+    $ cmake ..
+    $ cd ..
+    $ cmake --build build --config Release
+    $ cmake --build build --config Release --target RUN_TESTS
 
 ----
 
diff --git a/python/README.md b/python/README.md
index 9efa013..f96ae56 100644
--- a/python/README.md
+++ b/python/README.md
@@ -3,7 +3,7 @@
 ## Installation
 
 The release files do not include the needed python binding library ([pybind11](https://github.com/pybind/pybind11)). If building
-from a relase package, you must ensure that the pybind11 directory points to a local copy of pybind11.
+from a release package, you must ensure that the pybind11 directory points to a local copy of pybind11.
 
 An official pypi build is eventually planned but not yet available.
 
@@ -26,7 +26,7 @@ If you cloned without `--recursive`, you can add the submodule post-checkout usi
 
 ### Installing
 
-Assuming you have already checked out the library and any dependent submodules, install by simply replacing the lsat
+Assuming you have already checked out the library and any dependent submodules, install by simply replacing the last
 line of the build command with `python setup.py install`.
 
 ### Unit tests


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org