Skip to content

Commit a20a7c0

Browse files
committed
Bump Version, fix errors in readme
1 parent f68ab14 commit a20a7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const App = () => {
5353
<h2>To get started</h2>
5454
<code>npm i react-ladda-button | yarn add react-ladda-button</code>
5555
<p>include the CSS <small>themeless for custom button styles like use with bootstrap</small></p>
56-
<code>import 'react-ladda-button/dist/ladda.min.css'; | import 'react-ladda-button/dist/ladda.themeless.min.css';
56+
<code>import 'react-ladda-button/dist/ladda.min.css'; | import 'react-ladda-button/dist/ladda-themeless.min.css';
5757
</code>
5858
<p>Import and get Ladda-ing</p>
5959
<pre>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ladda-button",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Ladda port to react in typescript and hooks",
55
"author": "RickeyWard",
66
"license": "MIT",

0 commit comments

Comments
 (0)