فهرست منبع

Add missing italics to list items in README

Signed-off-by: Kevin Yap <me@kevinyap.ca>
Kevin Yap 10 سال پیش
والد
کامیت
21fcca7fdc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -100,13 +100,13 @@ This is usually difficult for several reasons:
     typically don't work well with each other, requiring awkward
     typically don't work well with each other, requiring awkward
     custom integrations.
     custom integrations.
 
 
-  * Conflicting dependencies. Different applications may depend on
+  * *Conflicting dependencies*. Different applications may depend on
     different versions of the same dependency. Packaging tools handle
     different versions of the same dependency. Packaging tools handle
     these situations with various degrees of ease - but they all
     these situations with various degrees of ease - but they all
     handle them in different and incompatible ways, which again forces
     handle them in different and incompatible ways, which again forces
     the developer to do extra work.
     the developer to do extra work.
   
   
-  * Custom dependencies. A developer may need to prepare a custom
+  * *Custom dependencies*. A developer may need to prepare a custom
     version of their application's dependency. Some packaging systems
     version of their application's dependency. Some packaging systems
     can handle custom versions of a dependency, others can't - and all
     can handle custom versions of a dependency, others can't - and all
     of them handle it differently.
     of them handle it differently.