diff --git a/README.md b/README.md index 4811c91..609de21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Monster_Melancholy_v2.0.0 -A big portion of the Source Code for Monster Melancholy v2.0.0 -A few parts of the code (like decryption, encryption, server security, etc) has been obfuscated due to security reasons -Some examples: the int encrypt and int decrypt functions; -in MHGdataHandle.h, line 87, please key in your own mongodb uri connection string for the code to work +A big portion of the Source Code for Monster Melancholy v2.0.0 +A few parts of the code (like decryption, encryption, server security, etc) has been obfuscated due to security reasons +Examples: +- The int encrypt and int decrypt functions; +- In File "MHGdataHandle.h", line 87, please key in your own mongodb uri connection string for the code to work. + +Please also note that mongo-c-driver was used for the C++ code for mongodb connections (see [mongo-c-driver-download-link](http://mongoc.org/))