summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-12 21:59:48 +0200
committerGravatar Nikias Bassen2020-06-12 21:59:48 +0200
commit1f90bb7aa618cada2e8dfccff23357bbf25fac41 (patch)
treeb1d1d49f90755653329dd9ecdc6602665cebb6a5 /README.md
parentfe265627ff0094219cc21cf9e857d881354e7ec5 (diff)
downloadlibirecovery-1f90bb7aa618cada2e8dfccff23357bbf25fac41.tar.gz
libirecovery-1f90bb7aa618cada2e8dfccff23357bbf25fac41.tar.bz2
README: Fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2b47e68..99795f6 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ libirecovery is a cross-platform library which implements communication to
9iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility named 9iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility named
10`irecovery` is also provided. 10`irecovery` is also provided.
11 11
12This is a fork of an older version from former openjailbreak.org and is ment to 12This is a fork of an older version from former openjailbreak.org and is meant to
13be used with [idevicerestore](https://github.com/libimobiledevice/idevicerestore.git/) from the [libimobiledevice](https://github.com/libimobiledevice/) project. 13be used with [idevicerestore](https://github.com/libimobiledevice/idevicerestore.git/) from the [libimobiledevice](https://github.com/libimobiledevice/) project.
14 14
15## Installation / Getting started 15## Installation / Getting started
@@ -54,7 +54,7 @@ Then simply run:
54irecovery 54irecovery
55``` 55```
56 56
57This connects to your device and opens a simple shell to interace with the 57This connects to your device and opens a simple shell to interact with the
58device. 58device.
59 59
60For instance to make your device boot into normal mode again use: 60For instance to make your device boot into normal mode again use:
@@ -86,7 +86,7 @@ also included in the repository in the `COPYING` file.
86 86
87## Credits 87## Credits
88 88
89Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. 89Apple, iPhone, iPad, iPod, and iPod Touch are trademarks of Apple Inc.
90 90
91This project is an independent software library and has not been authorized, 91This project is an independent software library and has not been authorized,
92sponsored, or otherwise approved by Apple Inc. 92sponsored, or otherwise approved by Apple Inc.