diff --git a/README.md b/README.md index 7127cc6..4d6f2c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # react-bootstrap-typescript Typescript definitions for React / Bootstrap +### OUTDATED + +This is not for the current version of React Bootstrap. + ### Installing (or Updating) via Typings ``` typings install react-bootstrap=github:react-bootstrap/react-bootstrap-typescript/index.d.ts --save diff --git a/src/CarouselItem.d.ts b/src/CarouselItem.d.ts index 445f2ee..9616b0b 100644 --- a/src/CarouselItem.d.ts +++ b/src/CarouselItem.d.ts @@ -5,7 +5,7 @@ import React = require("react"); // ---------------------------------------- export interface CarouselItemProps extends React.Props { active?: boolean; - animtateIn?: boolean; + animateIn?: boolean; animateOut?: boolean; caption?: any; // TODO: Add more specific type className?: string;