Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
githubcatw authored Aug 8, 2021
1 parent 5caa754 commit b0ae6be
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GeekSay
A port of npm package [geeksay](https://github.com/swapagarwal/geeksay) to C#/.NET Standard.
> geeks will ctrl+s the world
A port of the npm package [geeksay](https://github.com/swapagarwal/geeksay) to C#/.NET Standard.

## Installation

It's available on NuGet as [GeekSay](https://www.nuget.org/packages/GeekSay).

## Usage

Expand All @@ -23,4 +29,4 @@ Random translation: send -> push
Geek.Say("there is no place like home"); // there is no place like 127.0.0.1
Geek.SaySomething(); // Random translation: smile -> :)
Geek.SayWord("white"); // #fff
```
```

0 comments on commit b0ae6be

Please sign in to comment.