Skip to content

Commit 948e4fb

Browse files
KittyGiraudelmxstbr
authored andcommitted
Changed “Javascript” to “JavaScript” (styled-components#61)
1 parent bc52b0c commit 948e4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install --save styled-components
1111

1212
[![Travis Build Status](https://travis-ci.org/styled-components/styled-components.svg?branch=master)](https://travis-ci.org/styled-components/styled-components) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/gruntjs/grunt?branch=master&svg=true)](https://ci.appveyor.com/project/mxstbr/styled-components) [![Supported by Thinkmill](https://thinkmill.github.io/badge/heart.svg)](http://thinkmill.com.au/?utm_source=github&utm_medium=badge&utm_campaign=styled-components)
1313

14-
Utilising [tagged template literals](./docs/tagged-template-literals.md) (a recent addition to Javascript) and the [power of CSS](./docs/css-we-support.md), `styled-components` allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier!
14+
Utilising [tagged template literals](./docs/tagged-template-literals.md) (a recent addition to JavaScript) and the [power of CSS](./docs/css-we-support.md), `styled-components` allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier!
1515

1616
`styled-components` is compatible with both React (for web) and ReactNative – meaning it's the perfect choice even for truly universal apps! See the [ReactNative section](#react-native) for more information
1717

@@ -383,7 +383,7 @@ This is what it looks like when properly highlighted:
383383

384384
[**@gandm**](https://github.com/gandm), the creator of `language-babel`, has added support for `styled-components` in Atom!
385385

386-
To get proper syntax highlighting, all you have to do is install and use the `language-babel` package for your Javascript files!
386+
To get proper syntax highlighting, all you have to do is install and use the `language-babel` package for your JavaScript files!
387387

388388
### Other Editors
389389

0 commit comments

Comments
 (0)