Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccurate Documentation #28

Open
karneaud opened this issue Apr 22, 2016 · 1 comment
Open

Inaccurate Documentation #28

karneaud opened this issue Apr 22, 2016 · 1 comment

Comments

@karneaud
Copy link

i note in your documentation most notably here

That you use

eurecaServer.export.echo = function(msg) {
    console.log(msg)
}

in your code example however in other parts of your documentation you use

eurecaServer.exports.helloServer = function (userName) {
    console.log('Hello Server from ',userName);
}

I note that using "export" instead of "exports" yielded errors

@alaa-eddine
Copy link
Contributor

yes you're right, this is a typo error, I'll fix it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants