Skip to content

Commit

Permalink
Merge pull request #5 from cassiel/master
Browse files Browse the repository at this point in the history
Fixed name of config file in README.
  • Loading branch information
tap authored Aug 24, 2016
2 parents 56a5d3a + 1e1d747 commit fc41c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can communicate with Max remotely to fully automate the running of test patc

Communication with uses Open Sound Control communicated via UDP. Internal to Max this is implemented using the udpsend and udpreceive objects. By default the oscar extension does not have remote communication enabled.

To enable this remote communication you must set it by creating a configuration file in the `max-test/misc` folder called `max-test-config.json` -- the contents of which should look like this:
To enable this remote communication you must set it by creating a configuration file in the `max-test/misc` folder called `testpackage-config.json` -- the contents of which should look like this:

{
"port-send" : 4792,
Expand Down

0 comments on commit fc41c8b

Please sign in to comment.