diff --git a/packages/bcs/README.md b/packages/bcs/README.md index 7b516ec..fa130a4 100644 --- a/packages/bcs/README.md +++ b/packages/bcs/README.md @@ -233,8 +233,8 @@ VecMap(bcs.string(), bcs.string()) ## Transforms -If the format you use in your code is different from the format expected for BCS serialization, -you can use the `transform` API to map between the types you use in your application, and the types +If the format you use in your code is different from the format expected for BCS serialization, you +can use the `transform` API to map between the types you use in your application, and the types needed for serialization. The `address` type used by Move code is a good example of this. In many cases, you'll want to