From 5780e50d0999f11fa1cc11c17fd497525469b4cc Mon Sep 17 00:00:00 2001 From: azamatamirzhan <52777027+azamatamirzhan@users.noreply.github.com> Date: Wed, 24 Jun 2020 03:20:18 +0600 Subject: [PATCH] neuron mistype "questions" instead "question" --- subjects/neuron/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/neuron/README.md b/subjects/neuron/README.md index 151e6e97..b58afe51 100644 --- a/subjects/neuron/README.md +++ b/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([ ] } } } -``` \ No newline at end of file +```