Browse Source

Fix README

Add a couple of little corrections.
tags/0.3.0
TheoryOfNekomata 4 years ago
parent
commit
a11eee3c37
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -1,6 +1,6 @@
# Tesseract Web - React Common # Tesseract Web - React Common


Front-end components for Web using the [Tesseract design system](https://make.modal.sh/tesseract/design), written for [React](https://reactjs.org).
Common front-end components for Web using the [Tesseract design system](https://make.modal.sh/tesseract/design), written for [React](https://reactjs.org).


[![package: @tesseract-design/react-common](https://img.shields.io/badge/package-%40tesseract--design%2Freact-common-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react-common) [![package: @tesseract-design/react-common](https://img.shields.io/badge/package-%40tesseract--design%2Freact-common-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react-common)
[![jest: 25.1.0](https://img.shields.io/badge/jest-25.1.0-C21325?style=flat-square&labelColor=666666&logo=Jest&logoColor=ffffff)](https://github.com/facebook/jest) [![jest: 25.1.0](https://img.shields.io/badge/jest-25.1.0-C21325?style=flat-square&labelColor=666666&logo=Jest&logoColor=ffffff)](https://github.com/facebook/jest)
@@ -32,7 +32,7 @@ import, like so:
```jsx harmony ```jsx harmony
import * as React from 'react' import * as React from 'react'
import ReactDOM from 'react-dom' import ReactDOM from 'react-dom'
import * as T from '@tesseract-design/react'
import * as T from '@tesseract-design/react-common'


const LoginForm = etcProps => ( const LoginForm = etcProps => (
<form <form


Loading…
Cancel
Save