Update README.md

This commit is contained in:
Jungpyo Hong
2021-04-10 04:30:44 -05:00
committed by GitHub
parent 137fcf92d0
commit 420b3d81d0

View File

@ -35,14 +35,14 @@ put .yml file into root folder and apply following code in Build Phases
### Delegate Pattern
```
```swift
weak var delegate: SomeProtocol?
```
### Singleton Pattern
```
```swift
class SingletonPattern {
static let manager = SingletonPattern()
@ -84,7 +84,7 @@ class SingletonPattern {
## JSON
JSON is a language-independent data format
> Which is relative with **KEY - VALUE** pair
```
```json
{
"main": [
{