Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prinx committed Oct 23, 2020
1 parent c2ba18c commit b838f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ The Rejoice Framework allows you to create simple to complex USSD applications b

## Learning Rejoice

### Installation

```shell
composer create-project rejoice/rejoice my-ussd-app
```

### Documentation

The rejoice [documentation](https://rejoice-framework.github.io/docs) takes you through an easy tutorial to quicly learn Rejoice and get your app ready to use.

## Contributing
Expand Down
4 changes: 1 addition & 3 deletions simulator.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"((\\+?233\\(0\\)|\\+?233|0))?26[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?56[0-9]{7,10}"
],
"test_phones": {
"233272501017": {}
}
"test_phones": {}
},
"VODAFONE": {
"mnc": "02",
Expand Down

0 comments on commit b838f5a

Please sign in to comment.