Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxmele committed Oct 30, 2017
1 parent 6848d41 commit fb2ef32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ OR install it yourself as::
Configuration
=============

In your app initialization, just create a file with a code something like this:
In your app initialization, you can do something like the following:

>>> require 'urbanairship'
>>> Urbanairship.configure do |config|
Expand All @@ -63,11 +63,12 @@ In your app initialization, just create a file with a code something like this:


Available Configurations
========================
------------------------

- **log_path**: Allows to define the folder where the log file will be created (the default is nil).
- **log_level**: Allows to define the log level and only messages at that level or higher will be printed (the default is INFO).


Usage
=====

Expand Down

0 comments on commit fb2ef32

Please sign in to comment.