Skip to content

Commit 807a8b2

Browse files
authored
Update documentation and guide (#89)
1 parent 43f10fc commit 807a8b2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@ event to know when the user is in the complete screen and handle the rest manual
164164
# make changes, test and submit pull request with description of changes
165165
```
166166
* If you think you found a bug, create an issue that thoroughly explains the problem, with clear steps to reproduce.
167+
168+
Made with [Vue.js](https://vuejs.org/)

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirements:
1515

1616
After checking the prerequisites, follow these simple steps to install and use Vue Form:
1717

18-
```
18+
```shell
1919
# clone the repo
2020
$ git clone https://github.com/ditdot-dev/vue-form.git myproject
2121

@@ -25,7 +25,7 @@ $ cd myproject
2525

2626
If you use npm:
2727

28-
```
28+
```shell
2929
$ npm install
3030

3131
# serve with hot reload at localhost:8080 by default.
@@ -37,7 +37,7 @@ $ npm run build
3737

3838
If you use yarn:
3939

40-
```
40+
```shell
4141
$ yarn install
4242

4343
# serve with hot reload at localhost:8080 by default.
@@ -47,6 +47,8 @@ $ yarn serve
4747
$ yarn build
4848
```
4949

50+
Made with [Vue.js](https://vuejs.org/)
51+
5052
## Browser Support
5153

5254
Modern browsers and IE11.

0 commit comments

Comments
 (0)