Skip to content

Commit 9ad7b9a

Browse files
committed
Update Readme
1 parent eeb5fed commit 9ad7b9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To use library with ES6 modules make sure that you specify `"type": "module"` in
114114
| aggregate | No | [Sync](tests/unittests/tests/Aggregate.ts)
115115
| all | Yes | [Sync](tests/unittests/tests/All.ts), [Async](tests/unittests/tests/AllAsync.ts)
116116
| any | Yes | [Sync](tests/unittests/tests/Any.ts), [Async](tests/unittests/tests/AnyAsync.ts)
117-
| append | Yes | [Sync](tests/unittests/tests/Append.ts)
117+
| append | No | [Sync](tests/unittests/tests/Append.ts)
118118
| average | Yes | [Sync](tests/unittests/tests/Average.ts), [Async](tests/unittests/tests/AverageAsync.ts)
119119
| chunk | No | [Sync](tests/unittests/tests/Chunk.ts)
120120
| concatenate | No | [Sync](tests/unittests/tests/Concatenate.ts) | Equivalent to `.Concat` but renamed to avoid conflict with JS
@@ -138,10 +138,12 @@ To use library with ES6 modules make sure that you specify `"type": "module"` in
138138
| max | Yes | [Sync](tests/unittests/tests/Max.ts), [Async](tests/unittests/tests/MaxAsync.ts)
139139
| min | Yes | [Sync](tests/unittests/tests/Min.ts), [Async](tests/unittests/tests/MinAsync.ts)
140140
| ofType | No | [Sync](tests/unittests/tests/OfType.ts)
141+
| order | No | [Sync](/tests/unittests/tests/Order.ts)
141142
| orderBy | Yes | [Sync](tests/unittests/tests/OrderBy.ts), [Async](tests/unittests/tests/OrderByAsync.ts)
142143
| orderByDescending | Yes | [Sync](tests/unittests/tests/OrderByDescending.ts), [Async](tests/unittests/tests/OrderByDescendingAsync.ts)
144+
| orderDescending | No | [Sync](tests/unittests/tests/OrderDescending.ts)
143145
| partition | Yes | [Sync](tests/unittests/tests/Partition.ts), [Async](tests/unittests/tests/PartitionAsync.ts)
144-
| prepend | Yes | [Sync / Async](tests/unittests/tests/Prepend.ts)
146+
| prepend | No | [Sync](tests/unittests/tests/Prepend.ts)
145147
| reverse | No | [Sync](tests/unittests/tests/Reverse.ts)
146148
| select | Yes | [Sync](tests/unittests/tests/Select.ts), [Async](tests/unittests/tests/SelectAsync.ts)
147149
| selectMany | Yes | [Sync](tests/unittests/tests/SelectMany.ts), [Async](tests/unittests/tests/SelectManyAsync.ts)

0 commit comments

Comments
 (0)