Skip to content

Commit d381f6f

Browse files
committed
Merge pull request #14 from channemann/dev
Fix template filepath
2 parents 2a3f4d5 + d8b0096 commit d381f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Loop optionally supports select third-party remote services. While none of them
4545
After a fresh clone of the repository, you'll need duplicate the template file and populate the copy with values.
4646

4747
```bash
48-
Loop$ cp Loop/RemoteSettings-template.plist Loop/RemoteSettings.plist
48+
Loop$ cp RemoteSettings-template.plist RemoteSettings.plist
4949
```
5050

5151
`RemoteSettings.plist` is included in `.gitignore` so you won't accidentally commit any sensitive keys.

0 commit comments

Comments
 (0)