Skip to content

Commit 4bc7e72

Browse files
committed
Edited the Readme
1 parent d46e6af commit 4bc7e72

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# openIMIS Claim Android Application
22

33
The openIMIS Claim Android Application is the mobile client used by
4-
the Health Facilities personnel to easily enter and post claims everywhere
5-
and anytime.
4+
the Health Facilities personnel to easily enter and post claims from anywhere
5+
online or offline.
66

77
## Getting Started
88

9-
These instructions will get you a copy of the project up and
10-
running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
9+
These instructions will get you a copy of the project up and
10+
running on your local machine for development and testing purposes.
11+
See deployment for notes on how to deploy the project on a live system.
1112

1213
### Prerequisites
1314

14-
In order to use and develop the openIMIS Claim Android Application
15+
In order to use and develop the openIMIS Claim Android Application
1516
on your local machine, you first need to install:
1617

17-
* [Android Studio with Android SDK](https://developer.android.com/studio)
18+
* [Android Studio with Android SDK](https://developer.android.com/studio)
1819
* [openIMIS Web Services](https://github.com/openimis/web_service_vb)
1920

2021

2122
### Installing
2223

23-
To make a copy of this project on your local machine, please clone
24+
To make a copy of this project on your local machine, please clone
2425
the repository.
2526

2627
```
@@ -29,21 +30,21 @@ git clone https://github.com/openimis/claim_android_app_java
2930

3031
### Configuring
3132

32-
In order to run the openIMIS Claim Android Application, you need to
33-
know the openIMIS Web Services domain (DNS or IP address) and to configure it in the
33+
In order to run the openIMIS Claim Android Application, you need to
34+
know the openIMIS Web Services domain (DNS or IP address) and to configure it in the
3435
com.exact.general.General java file.
3536

3637
```
37-
private String _Domain = "http://132.148.151.32/";
38+
private String _Domain = "http://132.148.151.32/";
3839
```
3940

4041
For demo purposes, the default Web Services domain is set to the openIMIS
4142
demo server: demo.openimis.org (IP: 132.148.151.32).
4243

4344
### Running
4445

45-
After configuring the application, you can then compile and execute
46-
on Android operated mobile devices.
46+
After configuring the application, you can then compile and execute
47+
on Android operated mobile devices.
4748

4849
<!--## Running the tests
4950
@@ -87,7 +88,7 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6
8788

8889
<!--## Versioning
8990
90-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
91+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
9192
-->
9293

9394
<!--## Authors
@@ -97,15 +98,15 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
9798
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
9899
-->
99100

100-
<!--## User Manual
101+
<!--## User Manual
101102
102103
The user manual can be read on [openimis.readthedocs.io](http://openimis.readthedocs.io/en/latest/user_manual.html).
103104
-->
104105
## License
105106

106107
Copyright (c) Swiss Agency for Development and Cooperation (SDC)
107108

108-
This project is licensed under the GNU AGPL v3 License - see the
109+
This project is licensed under the GNU AGPL v3 License - see the
109110
[LICENSE.md](LICENSE.md) file for details.
110111

111112
<!--## Acknowledgments

0 commit comments

Comments
 (0)