Skip to content

Commit

Permalink
amend README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songhw committed Jan 13, 2018
1 parent 3602438 commit ddd1417
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# You-need-to-know-css-tricks

> An awesome project.
> 一个为了方便Web开发者复制粘贴常用CSS小样式的文档
## Contributing

> 零技术含量,一个人人都可以参与贡献的项目
- :fork_and_knife:先 Fork 一份代码到自己的项目下
- :wrench:新建一个分支: `git checkout -b new-branch`
- :memo:提交 changes: `git commit -am 'Add some feature'`
- :rocket:推送你的分支: `git push origin new-branch`
- :tada:提交 pull request

或者创建一个 [issue](https://github.com/l-hammer/You-need-to-know-css/issues) - 任何一点帮助都可以 :smile:
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
auto2top: true,
loadSidebar: true,
subMaxLevel: 2,
homepage: 'introduce.md',
homepage: 'README.md',
ga: 'UA-111446331-1',
search: {
noData: {
Expand Down

0 comments on commit ddd1417

Please sign in to comment.