mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-30 23:47:40 +03:00 
			
		
		
		
	Update README.rst
This commit is contained in:
		
							parent
							
								
									64eb6b597a
								
							
						
					
					
						commit
						22a280d7eb
					
				|  | @ -44,8 +44,8 @@ Why do I need it? | |||
| 
 | ||||
| ``Dependency Injector`` helps you improve application structure. | ||||
| 
 | ||||
| With the ``Dependency Injector`` you keep *application structure in one place*. | ||||
| This place is called *the container*. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is *easy to understand and change* it. | ||||
| With the ``Dependency Injector`` you keep **application structure in one place**. | ||||
| This place is called **the container**. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is **easy to understand and change** it. | ||||
| 
 | ||||
| .. figure:: ./di-map2.svg | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user