Expand readme (#10)

* Fix travis

* Expand readme
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d21ef9e..9aa9004 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.1.1+2
+
+* Expand readme
+
 ## 0.1.1+1
 
 * Fix documentation link
diff --git a/README.md b/README.md
index 61c47ff..48e5873 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
 [![Build Status](https://travis-ci.org/dart-lang/ffi.svg?branch=master)](https://travis-ci.org/dart-lang/ffi)
 
-Utilities for working with Foreign Function Interface (FFI) code
+Utilities for working with Foreign Function Interface (FFI) code, incl.
+converting between Dart strings and C strings encoded with utf8 and utf16.
+
+For additional details about Dart FFI (`dart:ffi`), see
+https://dart.dev/guides/libraries/c-interop.
diff --git a/pubspec.yaml b/pubspec.yaml
index 6a47ac7..fd7865a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: ffi
-version: 0.1.1+1
+version: 0.1.1+2
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/ffi
 description: Utilities for working with Foreign Function Interface (FFI) code.