Skip to content

Commit

Permalink
Added next steps to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrpcic committed May 20, 2011
1 parent c523305 commit ccd3960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ You should *always* wrap your `Path.listen()` statements in some form of "Docume
to your site with a predefined route. Without knowing the DOM is completely done loading, that route will be executed, and may try to
perform operations it won't yet have the ability to do.

# Next Steps #
* Adding support for optional parameters
* Adding support for HTML5 push/pop state
* Optimizations

# Disclaimer #
This code is still under development, and as such, minor revisions may break compatibility with earlier versions of
the library. Please keep this in mind when using PathJS.
Expand Down

0 comments on commit ccd3960

Please sign in to comment.