README.md in motion-kit-0.17.0 vs README.md in motion-kit-0.18.0

- old
+ new

@@ -715,13 +715,13 @@ One common use case is to use a child layout to create many instances of the same layout that repeat, for instance a "row" of content. In this case you will probably have many views with the same id, and you will not know the index of the container view that you want to add constraints to. In this situation, use -the `nearest`, `previous` or `next` method to find a container, sibling, or +the `nearest`, `prev` or `next` method to find a container, sibling, or child view. -`previous` and `next` are easy; they just search for a sibling view. No +`prev` and `next` are easy; they just search for a sibling view. No superviews or subviews are searched. `nearest` will search child views, siblings, and superviews, in that order. The "distance" is calculated as such: