diff --git a/README.md b/README.md index 0c69827..ac914f3 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ First add the xmlns namespace: xmlns:controls="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin" ``` - If using 2.0 it is: +If using 2.0 it is: - ``` +``` xmlns:controls="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions" ```