Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromberg authored May 5, 2018
1 parent 0844ef0 commit 25784bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# qconnect

An interface from Dyalog APL to Q. To use it, start q specifying
a port to listen do:
a port to listen on:
```
q -p 5000
```
Then from APL (repplace "qconnect" below with folder name which
you have cloned the repo to):
Then from APL (replacing "qconnect" below with folder name which
you have cloned or unzipped this repository to):
```
]load qconnect/Q
)copy conga DRC
Expand All @@ -17,5 +17,4 @@ you have cloned the repo to):
]load qconnect/UT
UT 0
```


Prerequisites: Only tested with version 16.0, but should work with Dyalog version 13.1 or later. The use of ⎕CSV above requires Dyalog version 15.0 or later.

0 comments on commit 25784bf

Please sign in to comment.