Skip to content

Commit

Permalink
Removed unwanted dot (#17995)
Browse files Browse the repository at this point in the history
  • Loading branch information
prappo authored Dec 7, 2020
1 parent a7ccb09 commit 5dd4360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autoloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Load the file in your plugin via main plugin file.

In the main plugin you will also need to include the files like this.
```php
require_once . plugin_dir_path( __FILE__ ) . '/vendor/autoload_packages.php';
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload_packages.php';
```

Working with Development Versions of Packages
Expand Down

0 comments on commit 5dd4360

Please sign in to comment.