diff --git a/domo_lib/README.md b/domo_lib/README.md new file mode 100644 index 0000000..fea05c8 --- /dev/null +++ b/domo_lib/README.md @@ -0,0 +1,10 @@ +# `domo_lib` + +This library is only here to provide developers a *streamlined* way to develop domo applications. +This way, diving into other libraries allows you to use the *same* `struct`s as anywhere else. + +While it's not required to use this library, it's highly recommended. + +## Contribute? +Think something should be different? Please tell me or make a PR! +Domo would be nothing without you! \ No newline at end of file diff --git a/domo_proto/README.md b/domo_proto/README.md new file mode 100644 index 0000000..0df9801 --- /dev/null +++ b/domo_proto/README.md @@ -0,0 +1,4 @@ +# `domo_proto` + +Low level implementation of the Domo protocol. +This library is *usually* up to date and the `MAJOR` version number is up to date with the domo protocol. \ No newline at end of file