diff --git a/README.md b/README.md index 88415ee8..82bb7e1f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ const LOG_FUNCTION = new Token(); @Service([LOG_FUNCTION]) class LogService { - constructor (private logFn: LogFunction) { } + constructor(private logFn: LogFunction) {} log(message: string) { this.logFn(message);