Skip to content

Commit 71856df

Browse files
authored
Minor readme typo fix
Fixed minor things in readme.
1 parent 871e82f commit 71856df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
3838
They contain Java commands to call.
3939

4040
Examples 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
6969
The 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

7272
The package `command` has to contain unit tests for each command.
7373
The 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
123123
You should have received a copy of the GNU General Public License
124124
along with this program. If not, see <http://www.gnu.org/licenses/>.
125-
```
125+
```

0 commit comments

Comments
 (0)