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. 6
      subjects/neuron/README.md

6
subjects/neuron/README.md

@ -19,11 +19,11 @@ neuron([
// output
{
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',
'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'
] }
},
@ -34,4 +34,4 @@ neuron([
] }
}
}
```
```

Loading…
Cancel
Save