Skip to content

Commit

Permalink
Improve package description
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjun committed Jun 23, 2017
1 parent d759517 commit e9be67a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/jayjun/slugify.svg?branch=master)](https://travis-ci.org/jayjun/slugify)

Transforms any string into a slug.
Transform strings in any language into slugs.

It works by transliterating any Unicode character to alphanumeric ones, and
replaces whitespaces with hyphens.
Expand Down
2 changes: 1 addition & 1 deletion lib/slug.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Slug do
@moduledoc """
Transforms any string into a slug.
Transform strings in any language into slugs.
It works by transliterating any Unicode character to alphanumeric ones, and
replacing whitespaces with hyphens.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Slug.Mixfile do
version: "1.0.0",
elixir: "~> 1.4",
name: "Slugify",
description: "Transforms any string into slugs for URLs, filenames or fun",
description: "Transform strings in any language to slugs for URLs, filenames or fun",
deps: deps(),
package: package(),
source_url: @github_url]
Expand Down

0 comments on commit e9be67a

Please sign in to comment.