Skip to content

Commit

Permalink
fixed readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
allenwb committed Apr 25, 2011
1 parent ca5b660 commit 75382a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,14 +1,14 @@
# jsmirror - A prototype of a mirrors-based reflection interface for JavaScript

#Files:
* mirrorsInterfaceSpec.js Specification of the interface using an ad hoc interface description language
* mirrorsInterfaceSpec.js Specification of the mirror interfaces using an ad hoc interface description language
* mirrors.js A prototype implementation of the interfaces that supports reflecting over both local and JSON encoded object graphs
* mtest.html A run a bunch of tests on mirrors.js. Also use it as usage samples.
* mtest.html Runs a bunch of tests on mirrors.js. Also use it as usage samples.
* jsonObjSample.js Test data used by mtest.html and basic description of encoding


#Getting started:
Run mtest.html to see samples of using this jsmirror. Look at the interface definitions in mirrorsInterfaceSpec.js. Read the code.
Run mtest.html to see samples of using jsmirror. Look at the interface definitions in mirrorsInterfaceSpec.js. Read the code.

The mirrors.js prototype requires a JavaScript implementation that supports ES5 functionality.
These is limited use of strict mode but in general things will still work without it.
Expand Down

0 comments on commit 75382a8

Please sign in to comment.