Skip to content

Commit 67f16b6

Browse files
committedOct 23, 2015
README typos.
1 parent 58bb6be commit 67f16b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ applications are found at <https://github.com/mirage/mirage-skeleton>.
1515

1616
This repository includes:
1717

18-
* a commmand-line tool to create and deploy applications with Mirage.
18+
* a command-line tool to create and deploy applications with Mirage.
1919
* in `types/`, a library of type signatures that compliant applications use.
2020

2121
There are several diverse backends in Mirage that require rather specialised
@@ -60,13 +60,13 @@ will configure your project. It will generate a `Makefile` and
6060
`main.ml` with the appropriate boilerplate for your chosen
6161
platform.
6262

63-
To configure for the unix-direct target (using tap interfaces), do:
63+
To configure for the Unix-direct target (using tap interfaces), do:
6464

6565
```
6666
mirage configure --unix
6767
```
6868

69-
To build for the xen target, do:
69+
To build for the Xen target, do:
7070

7171
```
7272
mirage configure --xen
@@ -100,11 +100,11 @@ mirage run # [--unix or --xen]
100100

101101
will run the unikernel on the selected backend.
102102

103-
* Under the unix-direct backend (`--unix`), `mirage` sets up a virtual
103+
* Under the Unix-direct backend (`--unix`), `mirage` sets up a virtual
104104
interface (tap) is passes its fd to the unikernel that will use it to
105105
perform networking operations.
106106

107-
* Under the xen backend (`--xen`), `mirage` creates a xl configuration
107+
* Under the Xen backend (`--xen`), `mirage` creates a xl configuration
108108
file and uses `xl` to run the unikernel locally. Xen has to be
109109
installed and running on the machine.
110110

@@ -113,6 +113,6 @@ will run the unikernel on the selected backend.
113113
In order to deploy a Mirage unikernel to Amazon EC2, you need to
114114
install the AWS tools on your machine, build a unikernel with the
115115
`--xen` option and then use the `ec2.sh` script (in directory
116-
`script`) in order to register you kernel with AWS. Then you can start
117-
your kernel with the web interface to AWS or any other mean AWS
116+
`script`) in order to register your kernel with AWS. Then you can start
117+
your kernel with the web interface to AWS or any other means AWS
118118
provides to start EC2 instances.

0 commit comments

Comments
 (0)
Please sign in to comment.