diff --git a/README.md b/README.md index b317d55..78703a3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # LBRY Types -Cross-language definitions for standard LBRY types. +Cross-language definitions for standard LBRY types. `v1/` contains the old proto2 files. `v2/` contains the new proto3 files. See the README.md file in each dir for instructions on using each. +`jsonschema/` contains the definition of the wallet file. + + ## License MIT diff --git a/v2/json/wallet.json b/jsonschema/wallet.json similarity index 100% rename from v2/json/wallet.json rename to jsonschema/wallet.json