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

Sum exercise markdown #101

Open
josephh opened this issue Mar 16, 2017 · 3 comments
Open

Sum exercise markdown #101

josephh opened this issue Mar 16, 2017 · 3 comments
Labels

Comments

@josephh
Copy link

josephh commented Mar 16, 2017

Hi, not sure if this project is still being maintained...

Since seneca getting-started is 'no longer proven to work' thought I'd work through the examples in this project.

On the first exercise - Sum - there are examples of how to format an action pattern - as an object or as a string. But the examples are the same.

Does /problems/sum/problem.md need an amendment along the lines of

you can also specify patterns as String like this:

-seneca.add( {role:'greetings', cmd:'hello'}, ...);
+seneca.add('role:greetings, cmd:hello', ...);
@marcopiraccini
Copy link
Collaborator

Yes, it's maintained :)

@josephh
Copy link
Author

josephh commented Mar 16, 2017

Oh, great - I'll work through and let you know if I spot anything...
I could raise a PR for this if you like?

@piccoloaiutante
Copy link
Member

@josephh that is always a good idea :)

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

No branches or pull requests

3 participants