From 096fdbe7260d8040eae11c8846327e96f6699e5f Mon Sep 17 00:00:00 2001 From: david watson Date: Wed, 5 Dec 2018 08:38:06 -0500 Subject: [PATCH] Fix typo in README Pedantic but correct... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecc337..039d224 100644 --- a/README.md +++ b/README.md @@ -752,7 +752,7 @@ The examples above show how to form patches from array of doubles, and well-know ### From WKB ### -If you are writing your own loading system and want to write into Pointcloud types, create well-known binary inputs, in uncompressed format. If you schema indicates that your patch storage is compressed, Pointcloud will automatically compress your patch before storing it, so you can create patches in uncompressed WKB without worrying about the nuances of particular internal compression schemes. +If you are writing your own loading system and want to write into Pointcloud types, create well-known binary inputs, in uncompressed format. If your schema indicates that your patch storage is compressed, Pointcloud will automatically compress your patch before storing it, so you can create patches in uncompressed WKB without worrying about the nuances of particular internal compression schemes. The only issues to watch when creating WKB patches are: ensuring the data you write is sized according to the schema (use the specified dimension type); ensuring that the endianness of the data matches the declared endianness of the patch.