Skip to content

Commit

Permalink
updated readme not to have outdated link
Browse files Browse the repository at this point in the history
  • Loading branch information
FotoVerite committed Jan 8, 2013
1 parent 6351c39 commit a256f80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions BUILD/BUILD.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ new compressor.minify({
fileIn: '../Faker.js',
fileOut: '../MinFaker.js',
callback: function(err){
if(err) {
console.log(err);
}
else sys.puts("Minified version generated successfully!");
}
});

Expand Down
2 changes: 0 additions & 2 deletions BUILD/docs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Faker.js - generate massive amounts of fake data in the browser and node.js
<img src = "http://imgur.com/KiinQ.png" border = "0">

### online demo @ <a href = "http://maraksquires.com/Faker.js/">http://maraksquires.com/Faker.js/</a>

## USAGE

### browser -
Expand Down
2 changes: 1 addition & 1 deletion Faker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Faker.js - generate massive amounts of fake data in the browser and node.js
<img src = "http://imgur.com/KiinQ.png" border = "0">
### online demo @ <a href = "http://maraksquires.com/Faker.js/">http://maraksquires.com/Faker.js/</a>
## USAGE
### browser -
<script src = "Faker.js" type = "text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/js/Faker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a256f80

Please sign in to comment.