diff --git a/README.md b/README.md index e338a98..13bbea7 100644 --- a/README.md +++ b/README.md @@ -118,16 +118,15 @@ Your documentation options, in recommended order, are: Status ------ -`brick` is young and may be missing some essential features. There are -some places were I have deliberately chosen to worry about performance -later for the sake of spending more time on the design (and to wait on -performance issues to arise first). `brick` is also something of an -experimental project of mine and some aspects of the design involve -trade-offs that are not entirely settled. In addition you can expect -this library to follow a principle of fearless improvement: new versions -will make (sometimes substantial) API changes if those changes really do -make the library better. I will place more importance on getting the API -right than on maintaining backwards compatibility. +There are some places were I have deliberately chosen to worry about +performance later for the sake of spending more time on the design (and +to wait on performance issues to arise first). `brick` is also something +of an experimental project of mine and some aspects of the design +involve trade-offs that may are not entirely settled. In addition you +can expect this library to follow a principle of fearless improvement: +new versions will make (sometimes substantial) API changes if those +changes really do make the library better. I will place more importance +on getting the API right than on maintaining backwards compatibility. `brick` exports an extension API that makes it possible to make your own packages and widgets. If you use that, you'll also be helping to test