Browse Source

neuron mistype

"questions" instead "question"
content-update
azamatamirzhan 4 years ago committed by GitHub
parent
commit
5780e50d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/neuron/README.md

4
subjects/neuron/README.md

@ -19,11 +19,11 @@ neuron([
// output // output
{ {
questions: { questions: {
what_is_ounces: { questions: 'what is ounces?', responses: [ what_is_ounces: { question: 'what is ounces?', responses: [
'Ounce, unit of weight in the avoirdupois system', 'Ounce, unit of weight in the avoirdupois system',
'equal to 1/16 pound (437 1/2 grains)' 'equal to 1/16 pound (437 1/2 grains)'
] }, ] },
what_is_mud_dauber: { questions: 'what is Mud dauber', responses: [ what_is_mud_dauber: { question: 'what is Mud dauber', responses: [
'Mud dauber is a name commonly applied to a number of wasps' 'Mud dauber is a name commonly applied to a number of wasps'
] } ] }
}, },

Loading…
Cancel
Save