Explorar el Código

Update README.md

ChessZhang hace 6 años
padre
commit
1a061ecf13
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1,7 +1,18 @@
-# Run
+## Des 
+A lovely cat which will follow your mouse to move! Just as follows:
+
+## Run
 If you want to  run the project, you can't open the html file directly intead of using http server , such as ` http-server `
 
 ## Demo
 click [lover-cat](https://zhanyuzhang.github.io/lovely-cat/cat.html) and then you will sea a lovely black cat on the page!
 
+## How to use in your blog
+You can import the lovely cat to your blog by  `iframe` element, as follows:
+```
+  <iframe src="https://zhanyuzhang.github.io/lovely-cat/cat.html" border="0"></iframe>
+```
+
 enjoy yourself!
+
+