Skip to content

Commit eece4a6

Browse files
committed
Fix some typos
1 parent 5f15ca0 commit eece4a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
This is a Atom editor package which allows you to deploy and manage your serverless service with [Serverless Framework](https://serverless.com/framework/) on [Atom](https://atom.io/).
33
Currently, this pakage has supported only AWS, but we will support multi providers in the future.
44

5-
This project is inspired by [Serverless Dashbord](https://github.com/serverless/dashboard)
5+
This project is inspired by [Serverless Dashboard](https://github.com/serverless/dashboard)
66

77
<img src="https://raw.githubusercontent.com/horike37/serverless-dashboard-for-atom/master/screenshot.gif" />
88

99
## Installation
10-
### preparation
10+
### Preparation
1111
Install [Serverless Framework](https://serverless.com/framework/)
1212

1313
```sh
@@ -20,7 +20,7 @@ Install [Serverless Framework](https://serverless.com/framework/)
2020
2. In the terminal, install the package via apm:
2121

2222
```sh
23-
apm install serverless-dashbord
23+
apm install serverless-dashboard
2424
```
2525

2626
### GUI
@@ -29,13 +29,13 @@ Install [Serverless Framework](https://serverless.com/framework/)
2929
1. Launch Atom
3030
1. Open Settings View using <kbd>Cmd+,</kbd> on macOS or <kbd>Ctrl+,</kbd> on other platforms
3131
1. Click the Install tab on the left side
32-
1. Enter `serverless-dashbord` in the search box and press <kbd>Enter</kbd>
32+
1. Enter `serverless-dashboard` in the search box and press <kbd>Enter</kbd>
3333
1. Click the "Install" button that appears
3434

3535
## How to use
3636

37-
### Launch Dashbord
38-
1. Open Pakages menu
39-
1. Click `Serverless Dashbord > Open your serverless.yml`
37+
### Launch Dashboard
38+
1. Open Packages menu
39+
1. Click `Serverless Dashboard > Open your serverless.yml`
4040
1. Specify your serverless.yml
4141

0 commit comments

Comments
 (0)