@@ -17,12 +17,12 @@ These compilation instructions have been tested on Windows 7.0 and Ubuntu 12.4 x
1717## Dependecies
1818
1919 * Java 1.7.0 is needed, upper version should be compatible
20- * All other depencies are managed by Maven.
20+ * All other dependencies are managed by Maven.
2121
2222## Architecture
2323
2424### Global Architecture
25- The goal of the API is to directly integrate calls to command system and Json Formating to make Java developing easier :
25+ The goal of the API is to directly integrate calls to command system and Json Formating to make Java development easier :
2626
2727![ alt tag] ( Archi.png )
2828
@@ -34,7 +34,7 @@ Next versions will decide to integrate (or not) theses commands.
3434### Project Architecture
3535
3636#### multichain.command and MultiChainCommand
37- The package multichain.command and the Class ` MultiChainCommand ` are the essential of the project.
37+ The package multichain.command and the Class ` MultiChainCommand ` are the essentials of the project.
3838They contain Java commands to call.
3939
4040Examples of command calls can be found in ` multichain.test.command ` .
@@ -67,7 +67,7 @@ The package contains `formatters` with technical classes used to format Json to
6767
6868#### multichain.test.object.formatters
6969The package ` multichain.test ` contains Java unit test.
70- Test are written with ` main() ` function to be executed whatever IDE or system used.
70+ Test are written with ` main() ` function to be executed on whatever IDE or system used.
7171
7272The package ` command ` has to contain unit tests for each command.
7373The package ` object.formatters ` is helpful to test the good work of Formatters Json<->Java.
@@ -122,4 +122,4 @@ GNU General Public License for more details.
122122
123123You should have received a copy of the GNU General Public License
124124along with this program. If not, see <http://www.gnu.org/licenses/>.
125- ```
125+ ```
0 commit comments