Skip to content

Commit

Permalink
Fix Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Aug 13, 2018
1 parent 67e0d42 commit f7212ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -201,7 +201,7 @@ as they are explained better there.
More information is also available on the `pkgdown` site at
https://StevenMMortimer.github.io/rdynamicscrm.

[Top](#rdynamicscrm.)
[Top](#rdynamicscrm)

---
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
Expand Down
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -81,8 +81,8 @@ created_records
#> # A tibble: 2 x 3
#> id success error_msg
#> <chr> <lgl> <chr>
#> 1 1f2a025c-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 2 222a025c-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 1 6644aa80-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 2 f670ae86-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
```

### Query
Expand Down Expand Up @@ -121,8 +121,8 @@ queried_records
#> # A tibble: 2 x 3
#> contactid firstname lastname
#> <chr> <chr> <chr>
#> 1 1f2a025c-f49e-e811-80e9-001dd8b75c2b Test Contact-Create-1
#> 2 222a025c-f49e-e811-80e9-001dd8b75c2b Test Contact-Create-2
#> 1 6644aa80-f49e-e811-80e9-001dd8b75c2b Test Contact-Create-1
#> 2 f670ae86-f49e-e811-80e9-001dd8b75c2b Test Contact-Create-2
```

### Update
Expand All @@ -140,8 +140,8 @@ updated_records
#> # A tibble: 2 x 3
#> id success error_msg
#> <chr> <lgl> <chr>
#> 1 1f2a025c-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 2 222a025c-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 1 6644aa80-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 2 f670ae86-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
```

### Delete
Expand All @@ -155,8 +155,8 @@ deleted_records
#> # A tibble: 2 x 3
#> id success error_msg
#> <chr> <lgl> <chr>
#> 1 1f2a025c-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 2 222a025c-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 1 6644aa80-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
#> 2 f670ae86-f49e-e811-80e9-001dd8b75c2b TRUE <NA>
```

Future
Expand All @@ -180,7 +180,7 @@ Microsoft provides support with a C\# client library. Unfortunately R is not a s

More information is also available on the `pkgdown` site at <https://StevenMMortimer.github.io/rdynamicscrm>.

[Top](#rdynamicscrm.)
[Top](#rdynamicscrm)

------------------------------------------------------------------------

Expand Down

0 comments on commit f7212ef

Please sign in to comment.