Skip to content

Commit

Permalink
Simple changes in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo-Araujo-Silva committed Jan 24, 2017
1 parent e662b3e commit 5ee1aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ A proposal to integrate Mathematica with several programming languages like Java
2. Go to `src/main/java`;
3. Type `java Proxy Zeta[2]`;
4. Check if the result is correct.
2. PHP
2. PHP:
1. Install PHP and check if the installation is ok;
2. Go to `src/main/php`;
3. Type `php proxy.php Zeta[2]`;
4. Check if the result is correct.
3. Python
3. Python:
1. Install Python and check if the installation is ok;
2. Go to `src/main/python`;
3. Type `python proxy.py Zeta[2]`;
4. Check if the result is correct.
4. Ruby
4. Ruby:
1. Install Ruby and check if the installation is ok;
2. Go to `src/main/ruby`;
3. Type `ruby proxy.rb Zeta[2]`;
Expand Down

0 comments on commit 5ee1aec

Please sign in to comment.