lib/generators/templates/initializer.rb in bjond-api-0.3.9 vs lib/generators/templates/initializer.rb in bjond-api-0.3.10
- old
+ new
@@ -1,10 +1,10 @@
require 'bjond-api'
integration_app = BjondApi::BjondAppDefinition.new
integration_app.id = '[your-guid-here]'
-integration_app.author = 'Bjond, Inc.'
-integration_app.name = 'Bjond Pokitdok API'
+integration_app.author = 'Bjönd, Inc.'
+integration_app.name = 'Bjönd Pokitdok API'
integration_app.description = 'Testing API functionality'
integration_app.iconURL = ''
# Warning: If you change configURL, or rootEndpoint, you will need to manually configure Bjond service routes.
# We recommend leaving these two variables alone.
\ No newline at end of file