Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #2

Merged
merged 2 commits into from
Oct 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
* [JFoenix Site](http://www.jfoenix.com)

# Summary
JFoenix is an open source java library, that implements Google Material Design using java components.
JFoenix is an open source Java library, that implements Google Material Design using Java components.

# Source Code
To rebuild JFoenix, we created an Ant file named build.xml and build.bat. JFoenix uses Java 1.8 version. Using a command line, you need to move to JFoenix make directory
To rebuild JFoenix, you need to create an Ant file named build.xml and build.bat. JFoenix uses Java version 1.8. Using the command line, you need to move to the JFoenix/make directory
and run the batch file build.bat by typing:

build.bat

To run the main dmeo, in JFoenix make directory run the batch file run-demo.bat :
To run the main demo, go to the JFoenix/make directory and run the batch file run-demo.bat :

run-demo.bat

**NOTE** : you need to update the build.bat to point to Java 1.8 and Apache Ant directories
**NOTE** : You need to update the build.bat to point to Java 1.8 and Apache Ant directories.

# How Can I Use JFoenix?
you can download the source code of the library, and build it as mentioned before. Building JFoenix will generate jfoenix.jar under build/dist folder. To use JFoenix, import the jfoenix.jar into your project and start using the new material design java components :).
You can download the source code of the library and build it as mentioned previously. Building JFoenix will generate jfoenix.jar under the build/dist folder. To use JFoenix, import jfoenix.jar into your project and start using the new material design Java components :).

# Pics

![Alt text](http://jfoenix.com/gif/button.gif "Button Demo")
Expand All @@ -35,6 +35,3 @@ To run the main dmeo, in JFoenix make directory run the batch file run-demo.bat
![Alt text](http://jfoenix.com/gif/slider.gif "Slider Demo")

![Alt text](http://jfoenix.com/gif/spinner.gif "Spinner Demo")