neon_crm 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -3
- data/lib/generators/neon_crm/install_generator.rb +1 -1
- data/lib/neon_crm/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# NeonCrm
|
|
2
2
|
|
|
3
|
-
Provides login and create account by [NeonCRM](www.z2systems.com) API
|
|
3
|
+
Provides login and create account by [NeonCRM](http://www.z2systems.com) API
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -39,7 +39,7 @@ NeonCrm.create_account("first_name" => user.first_name, "last_name" => user.last
|
|
|
39
39
|
```
|
|
40
40
|
## Contributing
|
|
41
41
|
|
|
42
|
-
1. Fork it ( http://github.com
|
|
42
|
+
1. Fork it ( http://github.com/ZuevEvgenii/neon_crm/fork )
|
|
43
43
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
44
44
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
45
45
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
@@ -47,4 +47,4 @@ NeonCrm.create_account("first_name" => user.first_name, "last_name" => user.last
|
|
|
47
47
|
|
|
48
48
|
## Say Thank You
|
|
49
49
|
|
|
50
|
-
If you want to say thank you, please support the petition to designate [25june](25june.org/en/signatures/new) as Vitiligo World Day and save millions of people worldwide from social isolation and persecution.
|
|
50
|
+
If you want to say thank you, please support the petition to designate [25june](http://25june.org/en/signatures/new) as Vitiligo World Day and save millions of people worldwide from social isolation and persecution.
|
data/lib/neon_crm/version.rb
CHANGED