Skip to content

Commit

Permalink
Merge pull request #1912 from DeronW/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
akiran committed Oct 21, 2020
2 parents 659e9a4 + 4b85985 commit 5418853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ or add cdn link in your html
import React from "react";
import Slider from "react-slick";

export default funtion SimpleSlider() {
export default function SimpleSlider() {
var settings = {
dots: true,
infinite: true,
Expand Down

0 comments on commit 5418853

Please sign in to comment.