Skip to content

Commit

Permalink
Update README.md to introduce the add-on for spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
neveldo committed Sep 4, 2016
1 parent 0639765 commit 1229492
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

TextGenerator is a PHP package that aims to generate automated texts from data. Feel free to comment and contribute.

Aside from the PHP package, A [Google Spreadsheet Add-on](https://chrome.google.com/webstore/detail/textgenerator/lbcccnholajhofhlfhkmjjekklkhhjnf) is available on the Chrome webstore. It gives users the ability to produce automated text contents from data directly within Google Spreadsheet.

## Features

- Text generation from template
Expand Down Expand Up @@ -219,7 +221,7 @@ Data :
'first_movie_year' => 1991,
'famous_movie_name' => 'Titanic',
'famous_movie_year' => 1997,
'famous_movie_earn' => '$2,185,372,302',
'famous_movie_earn' => '2185372302',
'other_famous_movies' => [
[
'name' => 'Catch Me If You Can',
Expand Down Expand Up @@ -251,7 +253,7 @@ Data :
'first_movie_year' => 1972,
'famous_movie_name' => 'Taxi Driver',
'famous_movie_year' => 1976,
'famous_movie_earn' => '$28,262,574',
'famous_movie_earn' => '28262574',
'other_famous_movies' => [
[
'name' => 'The Silence of the Lambs',
Expand Down

0 comments on commit 1229492

Please sign in to comment.