Skip to content

Commit b242052

Browse files
authored
Merge pull request #34 from wmorgue/grammarly_readme
Update `readme`.
2 parents 45444f7 + 5b7cabd commit b242052

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Here you can add a new tutorial, translate or correct typos in existing tutorial
1414
## Add Articles
1515

1616
Choose the language in which you want to write. Then your article may be translated into another language with an indication of the author. Now available in Russian `ru` and English `en`.
17-
Create a file with the name of the path where the page will be accessible, for example new file [/en/tutorials/edge-insets-uibutton.md](/en/tutorials/edge-insets-uibutton.md).
17+
Create a file with the name of the path where the page will be accessible, for example, a new file [/en/tutorials/edge-insets-uibutton.md](/en/tutorials/edge-insets-uibutton.md).
1818

1919
### Content
2020

21-
You can set text, pictures and video. I offer my hosting, but you can use any other. Try not to use large videos - users don't like long loading times. If you want use my hosting, simple send me archive with files and path of article - I will add shortly.
21+
You can set text, pictures, and video. I offer my hosting, but you can use any other. Try not to use large videos - users don't like long loading times. If you want to use my hosting, simply send me an archive with files and the path of the article - I will add it shortly.
2222

2323
### Formatting
2424

25-
Basic markdown functions are supported, like title, subtitle and paragraph. Also available link, images and video. Here provided list:
25+
Basic markdown functions are supported, like title, subtitle, and paragraph. Also available are links, images, and video. Here provided list:
2626

2727
Titles
2828

@@ -52,7 +52,8 @@ Image and Video
5252
[Video Description](https://cdn.ivanvorobei.by/websites/sparrowcode.io/drag-and-drop-part-1/drag-delegate.mov)
5353
```
5454

55-
For higlight link to grey area with title and subtitle, use this custom formatting:
55+
For highlight link to the grey area with title and subtitle, use this custom formatting:
56+
5657
```
5758
[title](url): description
5859
```
@@ -72,12 +73,12 @@ Fill in the details of the article for file [/en/meta/articles.json](/en/meta/ar
7273

7374
##### Optional
7475

75-
- `editors` - Array of author IDs. If you fix some typos, add username here.
76+
- `editors` - An array of author IDs. If you fix some typos, add your username here.
7677
- `translator` - Author ID.
7778

7879
List of categories available at [/en/meta/categories.json](/en/meta/categories.json). If you need an additional category, add it. Make sure none of the existing ones fit.
7980

80-
Authors available at [/en/meta/authors.json](/en/meta/authors.json). Fill in a short information about yourself, you can add buttons to the GitHub or your page in the App Store.
81+
Authors available at [/en/meta/authors.json](/en/meta/authors.json). Fill in short information about yourself, you can add buttons to the GitHub or your page in the App Store.
8182

8283
## Add Apps
8384

@@ -99,4 +100,4 @@ Fill with example data:
99100
}
100101
```
101102

102-
And open Pull Reqeust after.
103+
And open Pull Request after.

0 commit comments

Comments
 (0)