Skip to content

Commit 3968405

Browse files
author
huttotw
committed
update readme
1 parent 517faa5 commit 3968405

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,11 @@ If you are running in a distributed fashion, your store should be safe for concu
6262
* **AFTER_SEQUENCE_NUMBER** - similar to At Sequence Number, but after.
6363
* **AT_TIMESTAMP** - you will start at the first record at a given timestamp and work towards the head.
6464

65-
_The iterator type only matters for the first time you pull records, after that, you will get records in order while working towards the head._
65+
_The iterator type only matters for the first time you pull records, after that, you will get records in order while working towards the head._
66+
67+
# License
68+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
69+
70+
http://www.apache.org/licenses/LICENSE-2.0
71+
72+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)