Skip to content

Commit d2656ec

Browse files
committed
update readme
1 parent ab294ee commit d2656ec

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

readme.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<img src="https://github.com/mantil-io/mantil/blob/master/docs/images/mantil-logo-lockup-1-orange-RGB.png" height="120px">
2-
<p>
3-
Serverless development kit for Go and AWS Lambda
4-
</p>
1+
<img src="docs/images/mantil-logo-lockup-1-orange-RGB.png" height="120px">
2+
<p>Serverless development kit for Go and AWS Lambda</p>
53

64
[![License][License-Image]][License-Url] [![Slack][Slack-Image]][Slack-Url] ![test](https://github.com/mantil-io/mantil/actions/workflows/test.yml/badge.svg)
75

@@ -11,14 +9,13 @@ Serverless development kit for Go and AWS Lambda
119
[Slack-Image]: https://img.shields.io/badge/chat-on%20slack-green
1210
[Slack-Url]: https://join.slack.com/t/mantilcommunity/shared_invite/zt-z3iy0lsn-7zD_6nqEucsgygTvHmnxAw
1311

14-
1512
#
1613

1714
Cloud-native development demands a new approach to building, launching and
18-
observing cloud apps. Mantil is a modern Go toolset for creating and managing
15+
observing cloud apps. [Mantil](https://www.mantil.com) is a modern Go toolset for creating and managing
1916
AWS Lambda projects.
2017

21-
In this early version, [Mantil](https://www.mantil.com) addresses fundamental issues often encountered
18+
In this early version, Mantil addresses fundamental issues often encountered
2219
while building and launching the apps:
2320
* setting up a new AWS Lambda project from scratch or an existing template
2421
* setting up a local development environment and tying everything with AWS
@@ -29,9 +26,9 @@ while building and launching the apps:
2926

3027
Please, go and try it! [Let us know](mailto:[email protected]?subject=Mantil%20feedback) your thoughts.
3128

32-
# Installation
29+
## Installation
3330

34-
## Homebrew (Mac and Linux)
31+
### Homebrew (Mac and Linux)
3532

3633
Use [Homebrew](https://brew.sh) to install the latest version:
3734

@@ -40,7 +37,7 @@ brew tap mantil-io/mantil
4037
brew install mantil
4138
```
4239

43-
## Direct Download (Linux, Windows and Mac)
40+
### Direct Download (Linux, Windows and Mac)
4441

4542
Below are the available downloads for the latest version of Mantil. Please
4643
download the right package for your operating system and architecture.
@@ -68,7 +65,7 @@ tar xvfz mantil_Linux_x86_64.tar.gz
6865
mv mantil /usr/local/bin
6966
```
7067

71-
# Documentation
68+
## Documentation
7269

7370
We suggest to check out [Getting started](docs/getting_started.md) and familiarize yourself with [General
7471
Concepts](docs/concepts.md).

0 commit comments

Comments
 (0)