Update README.md
This commit is contained in:
		@@ -168,11 +168,6 @@ void async_example()
 | 
			
		||||
    auto async_file = spdlog::basic_logger_mt<spdlog::async_factory>("async_file_logger", "logs/async_log.txt");
 | 
			
		||||
    // alternatively:
 | 
			
		||||
    // auto async_file = spdlog::create_async<spdlog::sinks::basic_file_sink_mt>("async_file_logger", "logs/async_log.txt");   
 | 
			
		||||
 | 
			
		||||
    for (int i = 1; i < 101; ++i)
 | 
			
		||||
    {
 | 
			
		||||
        async_file->info("Async message #{}", i);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user