Skip to content

Commit

Permalink
update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunguyen committed Jul 12, 2017
1 parent 8f133a1 commit 71ee33b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Tuds - Crazychicken
Copyright (c) 2017 Huy Nguyen - Foxieboy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ Call the function by `dotstail.setDot ();`
* Semantically Correct / Valid HTML Code
* HTML5, CSS3
* Javascript / JS6
* Full project and seed project (build with: Gulp, Sass, Javascript, Npm, Babel)
* Full project and seed project (build with: Gulp, Sass, Javascript, Npm)
* Cross browser compatible ( Internet Explorer 10+, Firefox, Safari, Opera, Chrome etc. )
* W3C Valid source code, properly formatted and commented

## Creators

#### Foxieboy
* Github: https://github.com/foxieboy/dotstail
* Github: https://github.com/foxieboy/dotstail & https://github.com/crazychicken


## Copyright and license

Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 class="section-title">How to use</h1>
<h3>Set Up</h3>
<p>
Call the action: <br>
<code>dotstail.setDot({</code> ... <code>});</code>
<code>dotstail.setDot({</code> Options <code>});</code>
</p>

<h3>Options:</h3>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 class="section-title">How to use</h1>
<h3>Set Up</h3>
<p>
Call the action: <br>
<code>dotstail.setDot({</code> ... <code>});</code>
<code>dotstail.setDot({</code> Options <code>});</code>
</p>

<h3>Options:</h3>
Expand Down

0 comments on commit 71ee33b

Please sign in to comment.