From d11b7540640a05d5cec316a75dacfa6d92a76d04 Mon Sep 17 00:00:00 2001 From: MidnightChip <34963874+midnightchip@users.noreply.github.com> Date: Mon, 18 Mar 2019 23:27:34 +0000 Subject: [PATCH] Property, not prorperty --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af11494..fb42d48 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively, you can just clone the *CSCFPreferences* into your project. #import @interface MyClass : NSObject -@prorperty(nonatomic, retain) CSCFPreferences *prefs; +@property(nonatomic, retain) CSCFPreferences *prefs; @end @implementation CSCFPreferences @@ -73,4 +73,4 @@ This software is licensed under the MIT License, detailed in the file [LICENSE.m https://github.com/CreatureSurvive/CSCFPreferences/issues - \ No newline at end of file +