Skip to content

Commit

Permalink
edited readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
gldrenthe89 committed Oct 21, 2020
1 parent 2f2cf42 commit 346476e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Nova String Generation Field
A Nova field which can genarate a string upon creating or updating
A Nova field which can genarate a string upon creating or updating, this adds a string generator button and copy button to a Text or Password field.

## Installation:

Expand All @@ -10,8 +10,8 @@ composer require gldrenthe89/nova-string-generator-field
```

```php
use Gldrenthe89\Gldrenthe89\NovaStringGeneratorField\NovaGenerateString;
use Gldrenthe89\Gldrenthe89\NovaStringGeneratorField\NovaGeneratePassword;
use Gldrenthe89\NovaStringGeneratorField\NovaGenerateString;
use Gldrenthe89\NovaStringGeneratorField\NovaGeneratePassword;

// Field which extends the default Nova Text field
NovaGenerateString::make('String')
Expand Down

0 comments on commit 346476e

Please sign in to comment.