diff --git a/README.md b/README.md index 5758a83..677f22e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Showing avatar based on user complete name Use the ``avatar`` function to generate user avatar. - {% set userCompleteName = 'John Doe' %} + {% set userCompleteName = 'Peter Jackson' %} -This example would output avatar with two initials letter like ``JD``, as ``John Doe`` is the providen user name. +This example would output avatar with two initials letter like ``PJ``, as ``Peter Jackson`` is the providen user name. ![alt Avatar examples](https://cloud.githubusercontent.com/assets/618412/12192012/835c7488-b60d-11e5-9276-d06f42d11a86.png)