Skip to content

Commit

Permalink
Merge pull request #6 from fortizpenaloza/improved-docs
Browse files Browse the repository at this point in the history
Fixed a few typos
  • Loading branch information
fortizpenaloza authored Nov 27, 2018
2 parents 8f16ac0 + 88bd573 commit 1cfa6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This code was defined in 1998 as one of the traditional IETF April Fools' jokes,
## Quick Start

- Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).
- Download a ready to use image from the [release page](http://github.com/iot-uca/back-end/releases/latest)
- Download a ready to use image from the [release page](http://github.com/zeroflag/Teapot/releases/latest)
- Explore the [documentation](docs/).

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setUpDependencies: spec
with: [ spec
repository: 'github://zeroflag/Teapot:v{XX}/source';
loads: #('Deployment') ];
import: 'Stargate'.
import: 'Teapot'.
```
> Replace `{XX}` with the version you want to depend on
Expand Down

0 comments on commit 1cfa6db

Please sign in to comment.