Skip to content

Commit 6a3e4ea

Browse files
authored
Update README.md
1 parent db1cdbe commit 6a3e4ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Layout is done by setting UIView's frame property directly. This implementation
5151
[Manual layout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/ManualLayout/FeedItemManualView.swift)
5252

5353
* [**NKFrameLayoutKit**](https://github.com/kennic/NKFrameLayoutKit)
54-
NKFrameLayoutKit is a fast and easy to use layout framework.
55-
54+
NKFrameLayoutKit is a fast and easy to use layout library
5655
[NKFrameLayoutKit benchmark's source code](https://github.com/kennic/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NKFrameLayoutKit/NKFrameLayoutKitView.swift)
5756

5857
* [**NotAutoLayout**](https://github.com/el-hoshino/NotAutoLayout)
@@ -85,7 +84,7 @@ Here are the benchmark rendering results to compare visual results:
8584
* [FlexLayout rendering result](docs_markdown/benchmark_result_FlexLayout.png)
8685
* [PinLayout rendering result](docs_markdown/benchmark_result_PinLayout.png)
8786
* [LayoutKit rendering result](docs_markdown/benchmark_result_LayoutKit.png)
88-
* [NKFrameLayoutKit rendering result](docs_markdown/benchmark_result_NKFrameLayout.png)
87+
* [NKFrameLayoutKit rendering result](docs_markdown/benchmark_result_NKFrameLayoutKit.png)
8988

9089
:pushpin: Some work would be required to adjust the layout so that they all match perfectly.
9190

0 commit comments

Comments
 (0)