From 9a296e8accc5ca174c2cb0432beec34491c266ff Mon Sep 17 00:00:00 2001 From: Elango Date: Fri, 31 Jul 2020 15:53:14 -0700 Subject: [PATCH] Add link in Readme to API docs (Rust doc) (#188) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a36cab24c..9f39981a037 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ ICU4X will provide an ECMA-402-compatible API surface in the target client-side ## Documentation -More information about the project can be found in [the docs subdirectory](docs/index.md). +More information about the project can be found in [the docs subdirectory](docs/index.md). To see technical information on how to use ICU4X, visit our [API docs](https://unicode-org.github.io/icu4x-docs/icu_locale/index.html).