Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit 761f33c

Browse files
committed
New location
1 parent 48c889d commit 761f33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stomp-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
var Stomp = require('./stomp');
3+
var Stomp = require('./lib/stomp');
44

55
var client = new Stomp(61613, 'localhost', true);
66

0 commit comments

Comments
 (0)