Skip to content

Commit f68ab14

Browse files
authored
Merge pull request #1 from stianjensen/patch-1
Correct stylesheet import path in readme example
2 parents 5578b2b + e192064 commit f68ab14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install --save react-ladda-button
2121
import React, { Component } from 'react'
2222

2323
import LaddaButton, {EXPAND_LEFT} from 'react-ladda-button'
24-
import 'react-ladda-button/dist/ladda.themeless.min.css'
24+
import 'react-ladda-button/dist/ladda-themeless.min.css'
2525

2626
class Example extends Component {
2727
render() {

0 commit comments

Comments
 (0)