Udpated README
This commit is contained in:
		@@ -208,8 +208,6 @@ void async_example()
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
#### Asynchronous logger with multi sinks  
 | 
					#### Asynchronous logger with multi sinks  
 | 
				
			||||||
```c++
 | 
					```c++
 | 
				
			||||||
// create asynchronous logger with 2 sinks.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "spdlog/sinks/stdout_color_sinks.h"
 | 
					#include "spdlog/sinks/stdout_color_sinks.h"
 | 
				
			||||||
#include "spdlog/sinks/rotating_file_sink.h"
 | 
					#include "spdlog/sinks/rotating_file_sink.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user