Update README.md
This commit is contained in:
		@@ -2,8 +2,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
A simple, lock-free object pool
 | 
					A simple, lock-free object pool
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The The main.cpp runs the gtests I created for another application, but without gtest. You can move them to your tests.
 | 
					The `main.cpp` runs the gtests I created for another application, but without gtest, using some simple macros. You can move the tests your application's tests.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The library is header only. Just copy it to your project and use it.
 | 
					The library is header only. Just copy it to your project and use it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This library requires boost::lockfree to operate.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MIT licensed. Do whatever you want with it :-)
 | 
					MIT licensed. Do whatever you want with it :-)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user