Richard Knight 6 år sedan
förälder
incheckning
8d53112c3d
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -221,11 +221,11 @@ e.g. radio, horizontal.
 
 ```typescript
 {
-	optIn: { label: 'Opt in?, 'type: 'checkbutton' },
+	optIn: { label: 'Become a cheese maker?', type: 'checkbutton' },
 	optInConfirm: { label: 'Really?', type: 'radio', options: ['Yes', 'No', 'Maybe'] },
 	cheeseMakersContract: {
 		label: 'Contract details',
-        meta: {
+		meta: {
 			type: { label: 'Contract type' },
 			startDate: { type: 'datepicker' }
             cheeseMakersAddress: {