Skip to content

Commit 526b0ef

Browse files
authored
Update README.md
1 parent b6f8db5 commit 526b0ef

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,55 @@ Unnamed is a simple colorful css framework that is recommended to be used while
44

55
Npm
66

7-
`npm install unnamed`
7+
npm install unnamed
88

9-
Non-minimized
9+
Non-minified
1010

11-
`<link rel="stylesheet" href="http://smakosh.com/unnamed.css"/>`
11+
<link rel="stylesheet" href="http://smakosh.com/unnamed.css"/>
1212

13-
CDN | Non-minimized
13+
CDN | Non-minified
1414

15-
`<link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.css"/>`
15+
<link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.css"/>
1616

17-
Minimized
17+
minified
1818

19-
`<link rel="stylesheet" href="http://smakosh.com/unnamed.min.css"/>`
19+
<link rel="stylesheet" href="http://smakosh.com/unnamed.min.css"/>
2020

21-
CDN | minimized
21+
CDN | minified
2222

23-
`<link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.min.css"/>`
23+
<link rel="stylesheet" href="https://unnamedcss-9a1f.kxcdn.com/unnamed.min.css"/>
2424

25-
Accelerated by <a href="https://www.keycdn.com/?ref=unnamed-repo">KeyCDN</a>
25+
Accelerated by <a href="https://www.keycdn.com/?a=39455">KeyCDN</a>
2626

27-
# Documentation
27+
## Documentation
2828

2929
https://unnamed.smakosh.com
3030

31-
# Development
31+
## Development
3232

33-
## For web apps
33+
### For web apps
3434

3535
Npm
3636

37-
`$ npm install unnamed`
37+
$ npm install unnamed
3838

39-
Usage with webpack: `import 'unnamed'`
39+
Usage with webpack:
4040

41-
## For landing pages
41+
import 'unnamed'
4242

43-
<h3>Clone</h3>
43+
### For landing pages
4444

45-
`$ git clone https://github.com/smakosh/Unnamed-getting-started.git`
45+
#### Clone & start dev server
4646

47-
`$ cd Unnamed-getting-started && yarn install && bower install`
47+
$ git clone https://github.com/smakosh/Unnamed-getting-started.git
4848

49-
`$ gulp serve`
49+
$ cd Unnamed-getting-started && yarn install && bower install
5050

51-
<h3>Build</h3>
51+
$ gulp serve
5252

53-
`$ gulp build`
53+
#### To Build
54+
55+
$ gulp build
5456

5557
# License
5658

0 commit comments

Comments
 (0)