Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
localvoid committed Nov 16, 2016
1 parent 663579b commit 26eae10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,15 +10,15 @@ library, take a look at its source code. Code base are quite ugly, but most of t
benchmarks.

I don't think that tradeoffs that were made to win benchmarks are worth it, so I've created
[ivi](https://ivijs.github.io/ivi) library, it is using all the good parts of the kivi library, and is all about
[ivi](https://github.com/ivijs/ivi) library, it is using all the good parts of the kivi library, and is all about
developer productivity without any benchmark specific optimizations, it won't be able to win all benchmarks, but it
really doesn't matter, because winning benchmarks is not just optimizations in a library, benchmark implementations
for the fastest libraries are implemented in non-idiomatic ways, and libraries are mostly optimized for this
non-idiomatic code that nobody would ever write. Some benchmark specific optimizations are actually would hurt
real applications, I've tried to stay away from them in kivi, but I've noticed that other developers are okay with
that and just want to get better numbers in benchmarks.

[ivi](https://ivijs.github.io/ivi) library is optimized for idiomatic code. It also fixes some long-standing issues
[ivi](https://github.com/ivijs/ivi) library is optimized for idiomatic code. It also fixes some long-standing issues
that are common to all React-like libraries, like completely broken Contexts.

## Example
Expand Down

0 comments on commit 26eae10

Please sign in to comment.