diff options
author | Jayant Kolhe <jkolhe@google.com> | 2015-02-19 11:26:16 -0800 |
---|---|---|
committer | Jayant Kolhe <jkolhe@google.com> | 2015-02-19 11:26:16 -0800 |
commit | 4040e656c011470e1ccb2fe595bfc8a22769203c (patch) | |
tree | 8c74205c12a56df49290a53942ad7ecb8ff3da9b /src | |
parent | c284c545614160efc7ab010fbdc137656209a5b8 (diff) |
Create README.md
Diffstat (limited to 'src')
-rw-r--r-- | src/core/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/README.md b/src/core/README.md new file mode 100644 index 0000000000..407dc4f701 --- /dev/null +++ b/src/core/README.md @@ -0,0 +1,9 @@ +#Overview + +This directory contains source code for shared C library. Libraries in other languages in this repository (C++, Ruby, +Python, PHP, NodeJS, Objective-C) are layered on top of this library. + +#Status + +Alpha : Ready for early adopters + |