Skip to content

Commit 11010cc

Browse files
committed
updated readme
1 parent 0d18a7c commit 11010cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This prototype is intended for command line use only, there is no GUI or web int
1313
* Accept multiple tokens at different exchange rates
1414
* Ability to automatically issue new tokens when the local supply runs out (requires source address to have ownership of the token in question)
1515
* Customizable fees and other options
16+
* Support for multiple gateways running simultaneously
1617

1718
##Requirements
1819

@@ -31,7 +32,7 @@ This prototype is intended for command line use only, there is no GUI or web int
3132

3233
To setup your vending machine(s), edit **conf/gateways.php**
3334

34-
Specifically, you will want to edit this section:
35+
Here is a basic example of a gateway config file:
3536

3637
```
3738
$gateways = array(

0 commit comments

Comments
 (0)