Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix spelling mistake #36

Merged
merged 1 commit into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Coverage Status](https://coveralls.io/repos/hexenq/kuroshiro/badge.svg)](https://coveralls.io/r/hexenq/kuroshiro)
[![npm version](https://badge.fury.io/js/kuroshiro.svg)](http://badge.fury.io/js/kuroshiro)

kuroshiro is a japanese language utility mainly for converting japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.
kuroshiro is a Japanese language utility mainly for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.

*Read this in other languages: [English](README.md), [日本語](README.jp.md), [简体中文](README.zh-cn.md), [繁體中文](README.zh-tw.md).*

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kuroshiro",
"version": "1.0.0-rc.1",
"description": "kuroshiro is a japanese language utility mainly for converting japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.",
"description": "kuroshiro is a Japanese language library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.",
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/hexenq/kuroshiro.git"
},
"keywords": [
"japanese",
"Japanese",
"language",
"convert",
"converter",
Expand All @@ -33,6 +33,7 @@
"romaji",
"furigana",
"okurigana",
"library",
"utility",
"tool"
],
Expand Down