diff --git a/README.md b/README.md index 6623fd56..f7fc0769 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Logger.d("hello %s %d", "world", 5); // String.format ### Usage +Note: Because of the latest changes, Logger.init() must be called once to initiate. This will be fixed in the next version + ```java Logger.d("hello"); Logger.e("hello");