Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
More readme goodness.
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Dec 22, 2008
1 parent 243ac4f commit a37869b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.textile 100755 → 100644
@@ -1,13 +1,13 @@
h1. Tim's Mini JavaScript Library h1. Tim's Mini JavaScript Library

"github.com/seven1m/mini":http://github.com/seven1m/mini "github.com/seven1m/mini":http://github.com/seven1m/mini

An uber lightweight library for building Web 5.0 (beta of course) applications. An uber lightweight library for building buzzword-compliant beta Web 5.0 applications.


h2. Usage h2. Usage


# Download and stick the contents of pkg/ in your app's javascript directory (the files in src/ contain comments and whitespace, whereas pkg/ contains minified versions). # Download and stick the contents of pkg/ in your app's javascript directory (the files in src/ contain comments and a bit of whitespace, whereas pkg/ contains minified versions).
# Depending on your needs, add one or more @<script>@ tags, e.g. @<script type="text/javascript" src="/js/ajax.js"></script>@ # Depending on your needs, add one or more @<script>@ tags, e.g. @<script type="text/javascript" src="/js/ajax.js"></script>@, to your html.


h2. mini.ajax h2. mini.ajax


Expand Down

0 comments on commit a37869b

Please sign in to comment.