Skip to content

Commit

Permalink
fixing variable name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
discentem authored Dec 19, 2020
1 parent 052b494 commit df9e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package `cfgprofiles` provides structs and helpers for working with Apple Config
Example unmarshaling (parsing):

```go
pBytes, _ := ioutil.ReadFile("profile.mobileconfig")
plBytes, _ := ioutil.ReadFile("profile.mobileconfig")
p := &cfgprofiles.Profile{}
_ := plist.Unmarshal(plBytes, p)
fmt.Println(p.PayloadIdentifier)
Expand Down

0 comments on commit df9e8d5

Please sign in to comment.