From 21fcca7fdc8622567b79bc84c3921a9ae7c22501 Mon Sep 17 00:00:00 2001 From: Kevin Yap Date: Thu, 8 Jan 2015 18:10:59 -0800 Subject: [PATCH] Add missing italics to list items in README Signed-off-by: Kevin Yap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58f121a11a..eec5c3b0eb 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ This is usually difficult for several reasons: typically don't work well with each other, requiring awkward 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 these situations with various degrees of ease - but they all handle them in different and incompatible ways, which again forces 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 can handle custom versions of a dependency, others can't - and all of them handle it differently.